#BDB122

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

Shades of Earls Green #BDB122

Tints of Earls Green #BDB122

Color information

#BDB122 (or 0xBDB122) is unknown color: approx Earls Green. HEX triplet: BD, B1 and 22. RGB value is (189,177,34). Sum of RGB (Red+Green+Blue) = 189+177+34=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB122 is #424EDD. Grayscale: #A4A4A4. Windows color (decimal): -4345566 or 2273725. OLE color: 2273725.

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

Color convert

RGB18917734-
CMYK00.060.820.26
HSL55.35º69.51%43.73%-
HSV(B)55.35º82.01%74.12%-
XYZ3742.387.74-
YUV164.2954.48145.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 34 (13.67% from 255) = 8.5%
R=47.25%
G=44.25%
B=8.5%

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
Decimal1891773400.060.820.2655.3569.5143.73
HexBDB12206521A37462c
Octal2752614206122326710654
Binary101111011011000110001001101010010110101101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB122; }

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

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

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

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

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

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

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

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