#B6A721

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

Shades of Earls Green #B6A721

Tints of Earls Green #B6A721

Color information

#B6A721 (or 0xB6A721) is unknown color: approx Earls Green. HEX triplet: B6, A7 and 21. RGB value is (182,167,33). Sum of RGB (Red+Green+Blue) = 182+167+33=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A721 is #4958DE. Grayscale: #9C9C9C. Windows color (decimal): -4806879 or 2205622. OLE color: 2205622.

HSL color Cylindrical-coordinate representation of color #B6A721: hue angle of 53.96º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6A721 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18216733-
CMYK00.080.820.29
HSL53.96º69.3%42.16%-
HSV(B)53.96º81.87%71.37%-
XYZ33.3837.696.95-
YUV156.2158.47146.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 33 (13.28% from 255) = 8.64%
R=47.64%
G=43.72%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821673300.080.820.2953.9669.342.16
HexB6A72108521D36452a
Octal26624741010122356610552
Binary1011011010100111100001010001010010111011101101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A721; }

 p { color: rgb(182,167,33); }

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

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

 a { background-color: rgb(182,167,33); }

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

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

 span { border-color: rgb(182,167,33); }

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