#B3A020

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

Shades of Earls Green #B3A020

Tints of Earls Green #B3A020

Color information

#B3A020 (or 0xB3A020) is unknown color: approx Earls Green. HEX triplet: B3, A0 and 20. RGB value is (179,160,32). Sum of RGB (Red+Green+Blue) = 179+160+32=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A020 is #4C5FDF. Grayscale: #979797. Windows color (decimal): -5005280 or 2138291. OLE color: 2138291.

HSL color Cylindrical-coordinate representation of color #B3A020: hue angle of 52.24º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3A020 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17916032-
CMYK00.110.820.30
HSL52.24º69.67%41.37%-
HSV(B)52.24º82.12%70.2%-
XYZ31.4234.836.43-
YUV151.0960.79147.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 160 (62.89% from 255) = 43.13%
BLUE value IS 32 (12.89% from 255) = 8.63%
R=48.25%
G=43.13%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791603200.110.820.3052.2469.6741.37
HexB3A0200B521E344629
Octal26324040013122366410651
Binary1011001110100000100000010111010010111101101001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A020; }

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

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

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

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

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

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

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

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