#BDA92D

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

Shades of Earls Green #BDA92D

Tints of Earls Green #BDA92D

Color information

#BDA92D (or 0xBDA92D) is unknown color: approx Earls Green. HEX triplet: BD, A9 and 2D. RGB value is (189,169,45). Sum of RGB (Red+Green+Blue) = 189+169+45=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA92D is #4256D2. Grayscale: #A1A1A1. Windows color (decimal): -4347603 or 2992573. OLE color: 2992573.

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

Color convert

RGB18916945-
CMYK00.110.760.26
HSL51.67º61.54%45.88%-
HSV(B)51.67º76.19%74.12%-
XYZ35.6539.388.21-
YUV160.8462.63148.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 45 (17.97% from 255) = 11.17%
R=46.90%
G=41.94%
B=11.17%

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
Decimal1891694500.110.760.2651.6761.5445.88
HexBDA92D0B4C1A343e2e
Octal2752515501311432647656
Binary101111011010100110110101011100110011010110100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA92D; }

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

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

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

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

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

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

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

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