#B6A122

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

Shades of Earls Green #B6A122

Tints of Earls Green #B6A122

Color information

#B6A122 (or 0xB6A122) is unknown color: approx Earls Green. HEX triplet: B6, A1 and 22. RGB value is (182,161,34). Sum of RGB (Red+Green+Blue) = 182+161+34=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A122 is #495EDD. Grayscale: #999999. Windows color (decimal): -4808414 or 2269622. OLE color: 2269622.

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

Color convert

RGB18216134-
CMYK00.120.810.29
HSL51.49º68.52%42.35%-
HSV(B)51.49º81.32%71.37%-
XYZ32.3335.556.67-
YUV152.860.96148.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.28%
GREEN value IS 161 (63.28% from 255) = 42.71%
BLUE value IS 34 (13.67% from 255) = 9.02%
R=48.28%
G=42.71%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821613400.120.810.2951.4968.5242.35
HexB6A1220C511D33452a
Octal26624142014121356310552
Binary1011011010100001100010011001010001111011100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A122; }

 p { color: rgb(182,161,34); }

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

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

 a { background-color: rgb(182,161,34); }

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

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

 span { border-color: rgb(182,161,34); }

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