#B3A720

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

Shades of Earls Green #B3A720

Tints of Earls Green #B3A720

Color information

#B3A720 (or 0xB3A720) is unknown color: approx Earls Green. HEX triplet: B3, A7 and 20. RGB value is (179,167,32). Sum of RGB (Red+Green+Blue) = 179+167+32=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A720 is #4C58DF. Grayscale: #9B9B9B. Windows color (decimal): -5003488 or 2140083. OLE color: 2140083.

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

Color convert

RGB17916732-
CMYK00.070.820.30
HSL55.1º69.67%41.37%-
HSV(B)55.1º82.12%70.2%-
XYZ32.6737.336.85-
YUV155.258.48144.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 32 (12.89% from 255) = 8.47%
R=47.35%
G=44.18%
B=8.47%

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
Decimal1791673200.070.820.3055.169.6741.37
HexB3A72007521E374629
Octal2632474007122366710651
Binary101100111010011110000001111010010111101101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A720; }

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

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

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

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

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

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

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

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