#b3ac29

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

Shades of Earls Green #B3AC29

Tints of Earls Green #B3AC29

Color information

#B3AC29 (or 0xB3AC29) is unknown color: approx Earls Green. HEX triplet: B3, AC and 29. RGB value is (179,172,41). Sum of RGB (Red+Green+Blue) = 179+172+41=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AC29 is #4C53D6. Grayscale: #9F9F9F. Windows color (decimal): -5002199 or 2731187. OLE color: 2731187.

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

Color convert

RGB17917241-
CMYK00.040.770.30
HSL56.96º62.73%43.14%-
HSV(B)56.96º77.09%70.2%-
XYZ33.7439.257.9-
YUV159.1661.32142.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 41 (16.41% from 255) = 10.46%
R=45.66%
G=43.88%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791724100.040.770.3056.9662.7343.14
HexB3AC29044D1E393f2b
Octal263254510411536717753
Binary10110011101011001010010100100110111110111001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3ac29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3ac29; }

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

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

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

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

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

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

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

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