#BDA910

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

Shades of Earls Green #BDA910

Tints of Earls Green #BDA910

Color information

#BDA910 (or 0xBDA910) is unknown color: approx Earls Green. HEX triplet: BD, A9 and 10. RGB value is (189,169,16). Sum of RGB (Red+Green+Blue) = 189+169+16=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA910 is #4256EF. Grayscale: #9E9E9E. Windows color (decimal): -4347632 or 1092029. OLE color: 1092029.

HSL color Cylindrical-coordinate representation of color #BDA910: hue angle of 53.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDA910 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB18916916-
CMYK00.110.920.26
HSL53.06º84.39%40.2%-
HSV(B)53.06º91.53%74.12%-
XYZ35.2739.236.2-
YUV157.5448.13150.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 16 (6.64% from 255) = 4.28%
R=50.53%
G=45.19%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891691600.110.920.2653.0684.3940.2
HexBDA9100B5C1A355428
Octal27525120013134326512450
Binary101111011010100110000010111011100110101101011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA910; }

 p { color: rgb(189,169,16); }

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

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

 a { background-color: rgb(189,169,16); }

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

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

 span { border-color: rgb(189,169,16); }

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