#BDAC2A

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

Shades of Earls Green #BDAC2A

Tints of Earls Green #BDAC2A

Color information

#BDAC2A (or 0xBDAC2A) is unknown color: approx Earls Green. HEX triplet: BD, AC and 2A. RGB value is (189,172,42). Sum of RGB (Red+Green+Blue) = 189+172+42=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC2A is #4253D5. Grayscale: #A2A2A2. Windows color (decimal): -4346838 or 2796733. OLE color: 2796733.

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

Color convert

RGB18917242-
CMYK00.090.780.26
HSL53.06º63.64%45.29%-
HSV(B)53.06º77.78%74.12%-
XYZ36.1640.498.1-
YUV162.2660.13147.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 42 (16.80% from 255) = 10.42%
R=46.90%
G=42.68%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891724200.090.780.2653.0663.6445.29
HexBDAC2A094E1A35402d
Octal27525452011116326510055
Binary1011110110101100101010010011001110110101101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC2A; }

 p { color: rgb(189,172,42); }

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

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

 a { background-color: rgb(189,172,42); }

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

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

 span { border-color: rgb(189,172,42); }

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