#BAE864

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

Shades of Conifer #BAE864

Tints of Conifer #BAE864

Color information

#BAE864 (or 0xBAE864) is unknown color: approx Conifer. HEX triplet: BA, E8 and 64. RGB value is (186,232,100). Sum of RGB (Red+Green+Blue) = 186+232+100=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE864 is #45179B. Grayscale: #CBCBCB. Windows color (decimal): -4528028 or 6613178. OLE color: 6613178.

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

Color convert

RGB186232100-
CMYK0.2000.570.09
HSL80.91º74.16%65.1%-
HSV(B)80.91º56.9%90.98%-
XYZ51.4169.0722.68-
YUV203.269.76115.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 232 (91.02% from 255) = 44.79%
BLUE value IS 100 (39.45% from 255) = 19.31%
R=35.91%
G=44.79%
B=19.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862321000.2000.570.0980.9174.1665.1
HexBAE864140399514a41
Octal2723501442407111121112101
Binary101110101110100011001001010001110011001101000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE864; }

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

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

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

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

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

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

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

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