#B6A12A

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

Shades of Earls Green #B6A12A

Tints of Earls Green #B6A12A

Color information

#B6A12A (or 0xB6A12A) is unknown color: approx Earls Green. HEX triplet: B6, A1 and 2A. RGB value is (182,161,42). Sum of RGB (Red+Green+Blue) = 182+161+42=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A12A is #495ED5. Grayscale: #9A9A9A. Windows color (decimal): -4808406 or 2793910. OLE color: 2793910.

HSL color Cylindrical-coordinate representation of color #B6A12A: hue angle of 51º degrees, saturation: 0.62, 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 #B6A12A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB18216142-
CMYK00.120.770.29
HSL51º62.5%43.92%-
HSV(B)51º76.92%71.37%-
XYZ32.4535.67.35-
YUV153.7164.96148.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 42 (16.80% from 255) = 10.91%
R=47.27%
G=41.82%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821614200.120.770.295162.543.92
HexB6A12A0C4D1D333e2c
Octal2662415201411535637654
Binary101101101010000110101001100100110111101110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A12A; }

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

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

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

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

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

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

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

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