#BCAF1E

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

Shades of Earls Green #BCAF1E

Tints of Earls Green #BCAF1E

Color information

#BCAF1E (or 0xBCAF1E) is unknown color: approx Earls Green. HEX triplet: BC, AF and 1E. RGB value is (188,175,30). Sum of RGB (Red+Green+Blue) = 188+175+30=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF1E is #4350E1. Grayscale: #A2A2A2. Windows color (decimal): -4411618 or 2011068. OLE color: 2011068.

HSL color Cylindrical-coordinate representation of color #BCAF1E: hue angle of 55.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCAF1E is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18817530-
CMYK00.070.840.26
HSL55.06º72.48%42.75%-
HSV(B)55.06º84.04%73.73%-
XYZ36.341.457.31-
YUV162.3653.31146.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 30 (12.11% from 255) = 7.63%
R=47.84%
G=44.53%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881753000.070.840.2655.0672.4842.75
HexBCAF1E07541A37482b
Octal2742573607124326711053
Binary10111100101011111111001111010100110101101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAF1E; }

 p { color: rgb(188,175,30); }

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

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

 a { background-color: rgb(188,175,30); }

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

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

 span { border-color: rgb(188,175,30); }

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