#B6AC29

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

Shades of Earls Green #B6AC29

Tints of Earls Green #B6AC29

Color information

#B6AC29 (or 0xB6AC29) is unknown color: approx Earls Green. HEX triplet: B6, AC and 29. RGB value is (182,172,41). Sum of RGB (Red+Green+Blue) = 182+172+41=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC29 is #4953D6. Grayscale: #A0A0A0. Windows color (decimal): -4805591 or 2731190. OLE color: 2731190.

HSL color Cylindrical-coordinate representation of color #B6AC29: hue angle of 55.74º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6AC29 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18217241-
CMYK00.050.770.29
HSL55.74º63.23%43.73%-
HSV(B)55.74º77.47%71.37%-
XYZ34.4439.617.93-
YUV160.0660.81143.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 41 (16.41% from 255) = 10.38%
R=46.08%
G=43.54%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821724100.050.770.2955.7463.2343.73
HexB6AC29054D1D383f2c
Octal266254510511535707754
Binary10110110101011001010010101100110111101111000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC29; }

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

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

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

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

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

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

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

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