#BDA917

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

Shades of Earls Green #BDA917

Tints of Earls Green #BDA917

Color information

#BDA917 (or 0xBDA917) is unknown color: approx Earls Green. HEX triplet: BD, A9 and 17. RGB value is (189,169,23). Sum of RGB (Red+Green+Blue) = 189+169+23=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA917 is #4256E8. Grayscale: #9E9E9E. Windows color (decimal): -4347625 or 1550781. OLE color: 1550781.

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

Color convert

RGB18916923-
CMYK00.110.880.26
HSL52.77º78.3%41.57%-
HSV(B)52.77º87.83%74.12%-
XYZ35.3339.266.53-
YUV158.3451.63149.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 23 (9.38% from 255) = 6.04%
R=49.61%
G=44.36%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891692300.110.880.2652.7778.341.57
HexBDA9170B581A354e2a
Octal27525127013130326511652
Binary101111011010100110111010111011000110101101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA917; }

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

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

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

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

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

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

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

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