#B6A020

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

Shades of Earls Green #B6A020

Tints of Earls Green #B6A020

Color information

#B6A020 (or 0xB6A020) is unknown color: approx Earls Green. HEX triplet: B6, A0 and 20. RGB value is (182,160,32). Sum of RGB (Red+Green+Blue) = 182+160+32=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A020 is #495FDF. Grayscale: #989898. Windows color (decimal): -4808672 or 2138294. OLE color: 2138294.

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

Color convert

RGB18216032-
CMYK00.120.820.29
HSL51.2º70.09%41.96%-
HSV(B)51.2º82.42%71.37%-
XYZ32.1235.196.47-
YUV151.9960.29149.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 160 (62.89% from 255) = 42.78%
BLUE value IS 32 (12.89% from 255) = 8.56%
R=48.66%
G=42.78%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821603200.120.820.2951.270.0941.96
HexB6A0200C521D33462a
Octal26624040014122356310652
Binary1011011010100000100000011001010010111011100111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A020; }

 p { color: rgb(182,160,32); }

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

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

 a { background-color: rgb(182,160,32); }

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

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

 span { border-color: rgb(182,160,32); }

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