#BAEC4C

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

Shades of Conifer #BAEC4C

Tints of Conifer #BAEC4C

Color information

#BAEC4C (or 0xBAEC4C) is unknown color: approx Conifer. HEX triplet: BA, EC and 4C. RGB value is (186,236,76). Sum of RGB (Red+Green+Blue) = 186+236+76=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC4C is #4513B3. Grayscale: #CBCBCB. Windows color (decimal): -4527028 or 5041338. OLE color: 5041338.

HSL color Cylindrical-coordinate representation of color #BAEC4C: hue angle of 78.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAEC4C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB18623676-
CMYK0.2100.680.07
HSL78.75º80.81%61.18%-
HSV(B)78.75º67.8%92.55%-
XYZ51.5570.9517.82-
YUV202.8156.44116.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 236 (92.58% from 255) = 47.39%
BLUE value IS 76 (30.08% from 255) = 15.26%
R=37.35%
G=47.39%
B=15.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186236760.2100.680.0778.7580.8161.18
HexBAEC4C1504474f513d
Octal272354114250104711712175
Binary10111010111011001001100101010100010011110011111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC4C; }

 p { color: rgb(186,236,76); }

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

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

 a { background-color: rgb(186,236,76); }

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

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

 span { border-color: rgb(186,236,76); }

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