#BCA520

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

Shades of Earls Green #BCA520

Tints of Earls Green #BCA520

Color information

#BCA520 (or 0xBCA520) is unknown color: approx Earls Green. HEX triplet: BC, A5 and 20. RGB value is (188,165,32). Sum of RGB (Red+Green+Blue) = 188+165+32=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA520 is #435ADF. Grayscale: #9D9D9D. Windows color (decimal): -4414176 or 2139580. OLE color: 2139580.

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

Color convert

RGB18816532-
CMYK00.120.830.26
HSL51.15º70.91%43.14%-
HSV(B)51.15º82.98%73.73%-
XYZ34.4537.716.83-
YUV156.7157.62150.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.83%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 32 (12.89% from 255) = 8.31%
R=48.83%
G=42.86%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881653200.120.830.2651.1570.9143.14
HexBCA5200C531A33472b
Octal27424540014123326310753
Binary1011110010100101100000011001010011110101100111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA520; }

 p { color: rgb(188,165,32); }

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

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

 a { background-color: rgb(188,165,32); }

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

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

 span { border-color: rgb(188,165,32); }

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