#B3A325

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

Shades of Earls Green #B3A325

Tints of Earls Green #B3A325

Color information

#B3A325 (or 0xB3A325) is unknown color: approx Earls Green. HEX triplet: B3, A3 and 25. RGB value is (179,163,37). Sum of RGB (Red+Green+Blue) = 179+163+37=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A325 is #4C5CDA. Grayscale: #999999. Windows color (decimal): -5004507 or 2466739. OLE color: 2466739.

HSL color Cylindrical-coordinate representation of color #B3A325: hue angle of 53.24º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3A325 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17916337-
CMYK00.090.790.30
HSL53.24º65.74%42.35%-
HSV(B)53.24º79.33%70.2%-
XYZ32.0235.916.99-
YUV153.4262.3146.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 163 (64.06% from 255) = 43.01%
BLUE value IS 37 (14.84% from 255) = 9.76%
R=47.23%
G=43.01%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791633700.090.790.3053.2465.7442.35
HexB3A325094F1E35422a
Octal26324345011117366510252
Binary1011001110100011100101010011001111111101101011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A325; }

 p { color: rgb(179,163,37); }

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

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

 a { background-color: rgb(179,163,37); }

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

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

 span { border-color: rgb(179,163,37); }

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