#BDB020

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

Shades of Earls Green #BDB020

Tints of Earls Green #BDB020

Color information

#BDB020 (or 0xBDB020) is unknown color: approx Earls Green. HEX triplet: BD, B0 and 20. RGB value is (189,176,32). Sum of RGB (Red+Green+Blue) = 189+176+32=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB020 is #424FDF. Grayscale: #A4A4A4. Windows color (decimal): -4345824 or 2142397. OLE color: 2142397.

HSL color Cylindrical-coordinate representation of color #BDB020: hue angle of 55.03º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDB020 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB18917632-
CMYK00.070.830.26
HSL55.03º71.04%43.33%-
HSV(B)55.03º83.07%74.12%-
XYZ36.7741.977.53-
YUV163.4753.81146.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 32 (12.89% from 255) = 8.06%
R=47.61%
G=44.33%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891763200.070.830.2655.0371.0443.33
HexBDB02007531A37472b
Octal2752604007123326710753
Binary101111011011000010000001111010011110101101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB020; }

 p { color: rgb(189,176,32); }

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

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

 a { background-color: rgb(189,176,32); }

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

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

 span { border-color: rgb(189,176,32); }

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