#BDB72D

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

Shades of Earls Green #BDB72D

Tints of Earls Green #BDB72D

Color information

#BDB72D (or 0xBDB72D) is unknown color: approx Earls Green. HEX triplet: BD, B7 and 2D. RGB value is (189,183,45). Sum of RGB (Red+Green+Blue) = 189+183+45=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB72D is #4248D2. Grayscale: #A9A9A9. Windows color (decimal): -4344019 or 2996157. OLE color: 2996157.

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

Color convert

RGB18918345-
CMYK00.030.760.26
HSL57.5º61.54%45.88%-
HSV(B)57.5º76.19%74.12%-
XYZ38.3944.889.12-
YUV169.0657.99142.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 183 (71.88% from 255) = 43.88%
BLUE value IS 45 (17.97% from 255) = 10.79%
R=45.32%
G=43.88%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891834500.030.760.2657.561.5445.88
HexBDB72D034C1A3a3e2e
Octal275267550311432727656
Binary1011110110110111101101011100110011010111010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB72D; }

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

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

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

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

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

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

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

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