#BDB52F

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

Shades of Earls Green #BDB52F

Tints of Earls Green #BDB52F

Color information

#BDB52F (or 0xBDB52F) is unknown color: approx Earls Green. HEX triplet: BD, B5 and 2F. RGB value is (189,181,47). Sum of RGB (Red+Green+Blue) = 189+181+47=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB52F is #424AD0. Grayscale: #A8A8A8. Windows color (decimal): -4344529 or 3126717. OLE color: 3126717.

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

Color convert

RGB18918147-
CMYK00.040.750.26
HSL56.62º60.17%46.27%-
HSV(B)56.62º75.13%74.12%-
XYZ38.0244.079.19-
YUV168.1259.65142.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 47 (18.75% from 255) = 11.27%
R=45.32%
G=43.41%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891814700.040.750.2656.6260.1746.27
HexBDB52F044B1A393c2e
Octal275265570411332717456
Binary10111101101101011011110100100101111010111001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB52F; }

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

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

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

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

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

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

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

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