#BCAD16

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

Shades of Earls Green #BCAD16

Tints of Earls Green #BCAD16

Color information

#BCAD16 (or 0xBCAD16) is unknown color: approx Earls Green. HEX triplet: BC, AD and 16. RGB value is (188,173,22). Sum of RGB (Red+Green+Blue) = 188+173+22=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD16 is #4352E9. Grayscale: #A0A0A0. Windows color (decimal): -4412138 or 1486268. OLE color: 1486268.

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

Color convert

RGB18817322-
CMYK00.080.880.26
HSL54.58º79.05%41.18%-
HSV(B)54.58º88.3%73.73%-
XYZ35.8340.646.71-
YUV160.2749.97147.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 22 (8.98% from 255) = 5.74%
R=49.09%
G=45.17%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881732200.080.880.2654.5879.0541.18
HexBCAD1608581A374f29
Octal27425526010130326711751
Binary101111001010110110110010001011000110101101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD16; }

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

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

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

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

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

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

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

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