#B6AC2C

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

Shades of Earls Green #B6AC2C

Tints of Earls Green #B6AC2C

Color information

#B6AC2C (or 0xB6AC2C) is unknown color: approx Earls Green. HEX triplet: B6, AC and 2C. RGB value is (182,172,44). Sum of RGB (Red+Green+Blue) = 182+172+44=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC2C is #4953D3. Grayscale: #A0A0A0. Windows color (decimal): -4805588 or 2927798. OLE color: 2927798.

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

Color convert

RGB18217244-
CMYK00.050.760.29
HSL55.65º61.06%44.31%-
HSV(B)55.65º75.82%71.37%-
XYZ34.539.638.21-
YUV160.462.31143.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 44 (17.58% from 255) = 11.06%
R=45.73%
G=43.22%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821724400.050.760.2955.6561.0644.31
HexB6AC2C054C1D383d2c
Octal266254540511435707554
Binary10110110101011001011000101100110011101111000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC2C; }

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

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

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

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

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

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

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

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