#BDB133

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

Shades of Earls Green #BDB133

Tints of Earls Green #BDB133

Color information

#BDB133 (or 0xBDB133) is unknown color: approx Earls Green. HEX triplet: BD, B1 and 33. RGB value is (189,177,51). Sum of RGB (Red+Green+Blue) = 189+177+51=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB133 is #424ECC. Grayscale: #A6A6A6. Windows color (decimal): -4345549 or 3387837. OLE color: 3387837.

HSL color Cylindrical-coordinate representation of color #BDB133: hue angle of 54.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDB133 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18917751-
CMYK00.060.730.26
HSL54.78º57.5%47.06%-
HSV(B)54.78º73.02%74.12%-
XYZ37.3142.59.37-
YUV166.2262.98144.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 51 (20.31% from 255) = 12.23%
R=45.32%
G=42.45%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891775100.060.730.2654.7857.547.06
HexBDB13306491A373a2f
Octal275261630611132677257
Binary10111101101100011100110110100100111010110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB133; }

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

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

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

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

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

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

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

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