#BAE867

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

Shades of Conifer #BAE867

Tints of Conifer #BAE867

Color information

#BAE867 (or 0xBAE867) is unknown color: approx Conifer. HEX triplet: BA, E8 and 67. RGB value is (186,232,103). Sum of RGB (Red+Green+Blue) = 186+232+103=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE867 is #451798. Grayscale: #CCCCCC. Windows color (decimal): -4528025 or 6809786. OLE color: 6809786.

HSL color Cylindrical-coordinate representation of color #BAE867: hue angle of 81.4º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE867 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB186232103-
CMYK0.2000.560.09
HSL81.4º73.71%65.69%-
HSV(B)81.4º55.6%90.98%-
XYZ51.5569.1323.46-
YUV203.5471.26115.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 232 (91.02% from 255) = 44.53%
BLUE value IS 103 (40.62% from 255) = 19.77%
R=35.70%
G=44.53%
B=19.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321030.2000.560.0981.473.7165.69
HexBAE867140389514a42
Octal2723501472407011121112102
Binary101110101110100011001111010001110001001101000110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE867; }

 p { color: rgb(186,232,103); }

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

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

 a { background-color: rgb(186,232,103); }

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

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

 span { border-color: rgb(186,232,103); }

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