#BDB52B

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

Shades of Earls Green #BDB52B

Tints of Earls Green #BDB52B

Color information

#BDB52B (or 0xBDB52B) is unknown color: approx Earls Green. HEX triplet: BD, B5 and 2B. RGB value is (189,181,43). Sum of RGB (Red+Green+Blue) = 189+181+43=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB52B is #424AD4. Grayscale: #A8A8A8. Windows color (decimal): -4344533 or 2864573. OLE color: 2864573.

HSL color Cylindrical-coordinate representation of color #BDB52B: hue angle of 56.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDB52B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB18918143-
CMYK00.040.770.26
HSL56.71º62.93%45.49%-
HSV(B)56.71º77.25%74.12%-
XYZ37.9544.048.79-
YUV167.6657.65143.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 181 (71.09% from 255) = 43.83%
BLUE value IS 43 (17.19% from 255) = 10.41%
R=45.76%
G=43.83%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891814300.040.770.2656.7162.9345.49
HexBDB52B044D1A393f2d
Octal275265530411532717755
Binary10111101101101011010110100100110111010111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB52B; }

 p { color: rgb(189,181,43); }

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

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

 a { background-color: rgb(189,181,43); }

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

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

 span { border-color: rgb(189,181,43); }

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