#BDA812

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

Shades of Earls Green #BDA812

Tints of Earls Green #BDA812

Color information

#BDA812 (or 0xBDA812) is unknown color: approx Earls Green. HEX triplet: BD, A8 and 12. RGB value is (189,168,18). Sum of RGB (Red+Green+Blue) = 189+168+18=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA812 is #4257ED. Grayscale: #9D9D9D. Windows color (decimal): -4347886 or 1222845. OLE color: 1222845.

HSL color Cylindrical-coordinate representation of color #BDA812: hue angle of 52.63º degrees, saturation: 0.83, 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 #BDA812 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18916818-
CMYK00.110.900.26
HSL52.63º82.61%40.59%-
HSV(B)52.63º90.48%74.12%-
XYZ35.138.876.22-
YUV157.1849.46150.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=50.4%
G=44.8%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891681800.110.900.2652.6382.6140.59
HexBDA8120B5A1A355329
Octal27525022013132326512351
Binary101111011010100010010010111011010110101101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA812; }

 p { color: rgb(189,168,18); }

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

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

 a { background-color: rgb(189,168,18); }

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

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

 span { border-color: rgb(189,168,18); }

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