#BDB32B

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

Shades of Earls Green #BDB32B

Tints of Earls Green #BDB32B

Color information

#BDB32B (or 0xBDB32B) is unknown color: approx Earls Green. HEX triplet: BD, B3 and 2B. RGB value is (189,179,43). Sum of RGB (Red+Green+Blue) = 189+179+43=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB32B is #424CD4. Grayscale: #A7A7A7. Windows color (decimal): -4345045 or 2864061. OLE color: 2864061.

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

Color convert

RGB18917943-
CMYK00.050.770.26
HSL55.89º62.93%45.49%-
HSV(B)55.89º77.25%74.12%-
XYZ37.5443.238.65-
YUV166.4958.31144.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 179 (70.31% from 255) = 43.55%
BLUE value IS 43 (17.19% from 255) = 10.46%
R=45.99%
G=43.55%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891794300.050.770.2655.8962.9345.49
HexBDB32B054D1A383f2d
Octal275263530511532707755
Binary10111101101100111010110101100110111010111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB32B; }

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

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

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

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

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

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

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

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