#B3AC32

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

Shades of Earls Green #B3AC32

Tints of Earls Green #B3AC32

Color information

#B3AC32 (or 0xB3AC32) is unknown color: approx Earls Green. HEX triplet: B3, AC and 32. RGB value is (179,172,50). Sum of RGB (Red+Green+Blue) = 179+172+50=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC32 is #4C53CD. Grayscale: #A0A0A0. Windows color (decimal): -5002190 or 3321011. OLE color: 3321011.

HSL color Cylindrical-coordinate representation of color #B3AC32: hue angle of 56.74º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3AC32 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17917250-
CMYK00.040.720.30
HSL56.74º56.33%44.9%-
HSV(B)56.74º72.07%70.2%-
XYZ33.9239.328.82-
YUV160.1865.82141.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 50 (19.92% from 255) = 12.47%
R=44.64%
G=42.89%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791725000.040.720.3056.7456.3344.9
HexB3AC3204481E39382d
Octal263254620411036717055
Binary10110011101011001100100100100100011110111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AC32; }

 p { color: rgb(179,172,50); }

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

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

 a { background-color: rgb(179,172,50); }

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

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

 span { border-color: rgb(179,172,50); }

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