#B3A620

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

Shades of Earls Green #B3A620

Tints of Earls Green #B3A620

Color information

#B3A620 (or 0xB3A620) is unknown color: approx Earls Green. HEX triplet: B3, A6 and 20. RGB value is (179,166,32). Sum of RGB (Red+Green+Blue) = 179+166+32=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A620 is #4C59DF. Grayscale: #9B9B9B. Windows color (decimal): -5003744 or 2139827. OLE color: 2139827.

HSL color Cylindrical-coordinate representation of color #B3A620: hue angle of 54.69º 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 #B3A620 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB17916632-
CMYK00.070.820.30
HSL54.69º69.67%41.37%-
HSV(B)54.69º82.12%70.2%-
XYZ32.4936.966.79-
YUV154.6158.81145.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 32 (12.89% from 255) = 8.49%
R=47.48%
G=44.03%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791663200.070.820.3054.6969.6741.37
HexB3A62007521E374629
Octal2632464007122366710651
Binary101100111010011010000001111010010111101101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A620; }

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

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

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

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

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

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

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

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