#BCAC27

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

Shades of Earls Green #BCAC27

Tints of Earls Green #BCAC27

Color information

#BCAC27 (or 0xBCAC27) is unknown color: approx Earls Green. HEX triplet: BC, AC and 27. RGB value is (188,172,39). Sum of RGB (Red+Green+Blue) = 188+172+39=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC27 is #4353D8. Grayscale: #A2A2A2. Windows color (decimal): -4412377 or 2600124. OLE color: 2600124.

HSL color Cylindrical-coordinate representation of color #BCAC27: hue angle of 53.56º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCAC27 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18817239-
CMYK00.090.790.26
HSL53.56º65.64%44.51%-
HSV(B)53.56º79.26%73.73%-
XYZ35.8640.347.82-
YUV161.6258.8146.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 39 (15.62% from 255) = 9.77%
R=47.12%
G=43.11%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881723900.090.790.2653.5665.6444.51
HexBCAC27094F1A36422d
Octal27425447011117326610255
Binary1011110010101100100111010011001111110101101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC27; }

 p { color: rgb(188,172,39); }

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

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

 a { background-color: rgb(188,172,39); }

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

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

 span { border-color: rgb(188,172,39); }

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