#BAE865

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

Shades of Conifer #BAE865

Tints of Conifer #BAE865

Color information

#BAE865 (or 0xBAE865) is unknown color: approx Conifer. HEX triplet: BA, E8 and 65. RGB value is (186,232,101). Sum of RGB (Red+Green+Blue) = 186+232+101=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE865 is #45179A. Grayscale: #CBCBCB. Windows color (decimal): -4528027 or 6678714. OLE color: 6678714.

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

Color convert

RGB186232101-
CMYK0.2000.560.09
HSL81.07º74.01%65.29%-
HSV(B)81.07º56.47%90.98%-
XYZ51.4669.0922.94-
YUV203.3170.26115.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 232 (91.02% from 255) = 44.70%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=35.84%
G=44.70%
B=19.46%

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
Decimal1862321010.2000.560.0981.0774.0165.29
HexBAE865140389514a41
Octal2723501452407011121112101
Binary101110101110100011001011010001110001001101000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE865; }

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

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

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

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

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

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

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

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