#BDA32D

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

Shades of Earls Green #BDA32D

Tints of Earls Green #BDA32D

Color information

#BDA32D (or 0xBDA32D) is unknown color: approx Earls Green. HEX triplet: BD, A3 and 2D. RGB value is (189,163,45). Sum of RGB (Red+Green+Blue) = 189+163+45=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA32D is #425CD2. Grayscale: #9D9D9D. Windows color (decimal): -4349139 or 2991037. OLE color: 2991037.

HSL color Cylindrical-coordinate representation of color #BDA32D: hue angle of 49.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDA32D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18916345-
CMYK00.140.760.26
HSL49.17º61.54%45.88%-
HSV(B)49.17º76.19%74.12%-
XYZ34.5637.27.84-
YUV157.3264.61150.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 45 (17.97% from 255) = 11.34%
R=47.61%
G=41.06%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891634500.140.760.2649.1761.5445.88
HexBDA32D0E4C1A313e2e
Octal2752435501611432617656
Binary101111011010001110110101110100110011010110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA32D; }

 p { color: rgb(189,163,45); }

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

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

 a { background-color: rgb(189,163,45); }

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

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

 span { border-color: rgb(189,163,45); }

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