#BAE055

Color #BAE055 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BAE055

Tints of Conifer #BAE055

Color information

#BAE055 (or 0xBAE055) is unknown color: approx Conifer. HEX triplet: BA, E0 and 55. RGB value is (186,224,85). Sum of RGB (Red+Green+Blue) = 186+224+85=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE055 is #451FAA. Grayscale: #C5C5C5. Windows color (decimal): -4530091 or 5628090. OLE color: 5628090.

HSL color Cylindrical-coordinate representation of color #BAE055: hue angle of 76.4º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE055 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB18622485-
CMYK0.1700.620.12
HSL76.4º69.15%60.59%-
HSV(B)76.4º62.05%87.84%-
XYZ48.5564.4118.47-
YUV196.7964.91120.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 85 (33.59% from 255) = 17.17%
R=37.58%
G=45.25%
B=17.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186224850.1700.620.1276.469.1560.59
HexBAE0551103EC4c453d
Octal272340125210761411410575
Binary10111010111000001010101100010111110110010011001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE055; }

 p { color: rgb(186,224,85); }

 H1.HeaderClassName
 {
   color: #BAE055;
 }
 .AnyTagClassName
 {
   color: #BAE055;
 }
</style>
background-color css

<style>
 a { background-color: #BAE055; }

 a { background-color: rgb(186,224,85); }

 div.DivClassName
 {
   background-color: #BAE055;
 }
 .BgClassName
 {
   background-color: #BAE055;
 }
</style>
border-color css

<style>
 span { border-color: #BAE055; }

 span { border-color: rgb(186,224,85); }

 td.TdClassName
 {
   border-color: #BAE055;
 }
 .TagClassName
 {
   border-color: #BAE055;
 }
</style>