#BAE956

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

Shades of Conifer #BAE956

Tints of Conifer #BAE956

Color information

#BAE956 (or 0xBAE956) is unknown color: approx Conifer. HEX triplet: BA, E9 and 56. RGB value is (186,233,86). Sum of RGB (Red+Green+Blue) = 186+233+86=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE956 is #4516A9. Grayscale: #CACACA. Windows color (decimal): -4527786 or 5695930. OLE color: 5695930.

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

Color convert

RGB18623386-
CMYK0.2000.630.09
HSL79.18º76.96%62.55%-
HSV(B)79.18º63.09%91.37%-
XYZ51.0769.3919.51-
YUV202.1962.43116.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 233 (91.41% from 255) = 46.14%
BLUE value IS 86 (33.98% from 255) = 17.03%
R=36.83%
G=46.14%
B=17.03%

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
Decimal186233860.2000.630.0979.1876.9662.55
HexBAE9561403F94f4d3f
Octal272351126240771111711577
Binary10111010111010011010110101000111111100110011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE956; }

 p { color: rgb(186,233,86); }

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

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

 a { background-color: rgb(186,233,86); }

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

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

 span { border-color: rgb(186,233,86); }

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