#BDAB2E

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

Shades of Earls Green #BDAB2E

Tints of Earls Green #BDAB2E

Color information

#BDAB2E (or 0xBDAB2E) is unknown color: approx Earls Green. HEX triplet: BD, AB and 2E. RGB value is (189,171,46). Sum of RGB (Red+Green+Blue) = 189+171+46=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB2E is #4254D1. Grayscale: #A2A2A2. Windows color (decimal): -4347090 or 3058621. OLE color: 3058621.

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

Color convert

RGB18917146-
CMYK00.100.760.26
HSL52.45º60.85%46.08%-
HSV(B)52.45º75.66%74.12%-
XYZ36.0440.148.43-
YUV162.1362.46147.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.55%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 46 (18.36% from 255) = 11.33%
R=46.55%
G=42.12%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891714600.100.760.2652.4560.8546.08
HexBDAB2E0A4C1A343d2e
Octal2752535601211432647556
Binary101111011010101110111001010100110011010110100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB2E; }

 p { color: rgb(189,171,46); }

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

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

 a { background-color: rgb(189,171,46); }

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

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

 span { border-color: rgb(189,171,46); }

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