#BDB222

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

Shades of Earls Green #BDB222

Tints of Earls Green #BDB222

Color information

#BDB222 (or 0xBDB222) is unknown color: approx Earls Green. HEX triplet: BD, B2 and 22. RGB value is (189,178,34). Sum of RGB (Red+Green+Blue) = 189+178+34=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB222 is #424DDD. Grayscale: #A5A5A5. Windows color (decimal): -4345310 or 2273981. OLE color: 2273981.

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

Color convert

RGB18917834-
CMYK00.060.820.26
HSL55.74º69.51%43.73%-
HSV(B)55.74º82.01%74.12%-
XYZ37.242.787.81-
YUV164.8754.14145.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 34 (13.67% from 255) = 8.48%
R=47.13%
G=44.39%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891783400.060.820.2655.7469.5143.73
HexBDB22206521A38462c
Octal2752624206122327010654
Binary101111011011001010001001101010010110101110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB222; }

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

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

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

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

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

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

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

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