#BAE860

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

Shades of Conifer #BAE860

Tints of Conifer #BAE860

Color information

#BAE860 (or 0xBAE860) is unknown color: approx Conifer. HEX triplet: BA, E8 and 60. RGB value is (186,232,96). Sum of RGB (Red+Green+Blue) = 186+232+96=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE860 is #45179F. Grayscale: #CBCBCB. Windows color (decimal): -4528032 or 6351034. OLE color: 6351034.

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

Color convert

RGB18623296-
CMYK0.2000.590.09
HSL80.29º74.73%64.31%-
HSV(B)80.29º58.62%90.98%-
XYZ51.226921.68-
YUV202.7467.76116.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 232 (91.02% from 255) = 45.14%
BLUE value IS 96 (37.89% from 255) = 18.68%
R=36.19%
G=45.14%
B=18.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186232960.2000.590.0980.2974.7364.31
HexBAE8601403B9504b40
Octal2723501402407311120113100
Binary101110101110100011000001010001110111001101000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE860; }

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

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

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

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

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

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

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

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