#BDA82D

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

Shades of Earls Green #BDA82D

Tints of Earls Green #BDA82D

Color information

#BDA82D (or 0xBDA82D) is unknown color: approx Earls Green. HEX triplet: BD, A8 and 2D. RGB value is (189,168,45). Sum of RGB (Red+Green+Blue) = 189+168+45=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA82D is #4257D2. Grayscale: #A0A0A0. Windows color (decimal): -4347859 or 2992317. OLE color: 2992317.

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

Color convert

RGB18916845-
CMYK00.110.760.26
HSL51.25º61.54%45.88%-
HSV(B)51.25º76.19%74.12%-
XYZ35.4639.018.14-
YUV160.2662.96148.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 45 (17.97% from 255) = 11.19%
R=47.01%
G=41.79%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891684500.110.760.2651.2561.5445.88
HexBDA82D0B4C1A333e2e
Octal2752505501311432637656
Binary101111011010100010110101011100110011010110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA82D; }

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

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

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

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

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

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

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

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