#BDAD13

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

Shades of Earls Green #BDAD13

Tints of Earls Green #BDAD13

Color information

#BDAD13 (or 0xBDAD13) is unknown color: approx Earls Green. HEX triplet: BD, AD and 13. RGB value is (189,173,19). Sum of RGB (Red+Green+Blue) = 189+173+19=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAD13 is #4252EC. Grayscale: #A0A0A0. Windows color (decimal): -4346605 or 1289661. OLE color: 1289661.

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

Color convert

RGB18917319-
CMYK00.080.900.26
HSL54.35º81.73%40.78%-
HSV(B)54.35º89.95%74.12%-
XYZ36.0540.756.58-
YUV160.2348.3148.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 19 (7.81% from 255) = 4.99%
R=49.61%
G=45.41%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891731900.080.900.2654.3581.7340.78
HexBDAD13085A1A365229
Octal27525523010132326612251
Binary101111011010110110011010001011010110101101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD13; }

 p { color: rgb(189,173,19); }

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

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

 a { background-color: rgb(189,173,19); }

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

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

 span { border-color: rgb(189,173,19); }

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