#BCAD27

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

Shades of Earls Green #BCAD27

Tints of Earls Green #BCAD27

Color information

#BCAD27 (or 0xBCAD27) is unknown color: approx Earls Green. HEX triplet: BC, AD and 27. RGB value is (188,173,39). Sum of RGB (Red+Green+Blue) = 188+173+39=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 39 (15.62% from 255 or 9.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD27 is #4352D8. Grayscale: #A2A2A2. Windows color (decimal): -4412121 or 2600380. OLE color: 2600380.

HSL color Cylindrical-coordinate representation of color #BCAD27: hue angle of 53.96º 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 #BCAD27 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18817339-
CMYK00.080.790.26
HSL53.96º65.64%44.51%-
HSV(B)53.96º79.26%73.73%-
XYZ36.0540.727.88-
YUV162.2158.47146.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 173 (67.97% from 255) = 43.25%
BLUE value IS 39 (15.62% from 255) = 9.75%
R=47%
G=43.25%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881733900.080.790.2653.9665.6444.51
HexBCAD27084F1A36422d
Octal27425547010117326610255
Binary1011110010101101100111010001001111110101101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD27; }

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

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

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

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

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

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

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

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