#BDB233

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

Shades of Earls Green #BDB233

Tints of Earls Green #BDB233

Color information

#BDB233 (or 0xBDB233) is unknown color: approx Earls Green. HEX triplet: BD, B2 and 33. RGB value is (189,178,51). Sum of RGB (Red+Green+Blue) = 189+178+51=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB233 is #424DCC. Grayscale: #A7A7A7. Windows color (decimal): -4345293 or 3388093. OLE color: 3388093.

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

Color convert

RGB18917851-
CMYK00.060.730.26
HSL55.22º57.5%47.06%-
HSV(B)55.22º73.02%74.12%-
XYZ37.542.99.44-
YUV166.8162.64143.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 178 (69.92% from 255) = 42.58%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=45.22%
G=42.58%
B=12.20%

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
Decimal1891785100.060.730.2655.2257.547.06
HexBDB23306491A373a2f
Octal275262630611132677257
Binary10111101101100101100110110100100111010110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB233; }

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

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

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

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

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

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

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

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