#BDAD22

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

Shades of Earls Green #BDAD22

Tints of Earls Green #BDAD22

Color information

#BDAD22 (or 0xBDAD22) is unknown color: approx Earls Green. HEX triplet: BD, AD and 22. RGB value is (189,173,34). Sum of RGB (Red+Green+Blue) = 189+173+34=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD22 is #4252DD. Grayscale: #A2A2A2. Windows color (decimal): -4346590 or 2272701. OLE color: 2272701.

HSL color Cylindrical-coordinate representation of color #BDAD22: hue angle of 53.81º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDAD22 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB18917334-
CMYK00.080.820.26
HSL53.81º69.51%43.73%-
HSV(B)53.81º82.01%74.12%-
XYZ36.2240.827.48-
YUV161.9455.8147.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 34 (13.67% from 255) = 8.59%
R=47.73%
G=43.69%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891733400.080.820.2653.8169.5143.73
HexBDAD2208521A36462c
Octal27525542010122326610654
Binary1011110110101101100010010001010010110101101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD22; }

 p { color: rgb(189,173,34); }

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

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

 a { background-color: rgb(189,173,34); }

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

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

 span { border-color: rgb(189,173,34); }

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