#BAE855

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

Shades of Conifer #BAE855

Tints of Conifer #BAE855

Color information

#BAE855 (or 0xBAE855) is unknown color: approx Conifer. HEX triplet: BA, E8 and 55. RGB value is (186,232,85). Sum of RGB (Red+Green+Blue) = 186+232+85=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE855 is #4517AA. Grayscale: #CACACA. Windows color (decimal): -4528043 or 5630138. OLE color: 5630138.

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

Color convert

RGB18623285-
CMYK0.2000.630.09
HSL78.78º76.17%62.16%-
HSV(B)78.78º63.36%90.98%-
XYZ50.7568.8119.2-
YUV201.4962.26116.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 232 (91.02% from 255) = 46.12%
BLUE value IS 85 (33.59% from 255) = 16.90%
R=36.98%
G=46.12%
B=16.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186232850.2000.630.0978.7876.1762.16
HexBAE8551403F94f4c3e
Octal272350125240771111711476
Binary10111010111010001010101101000111111100110011111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE855; }

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

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

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

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

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

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

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

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