#B2A31E

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

Shades of Earls Green #B2A31E

Tints of Earls Green #B2A31E

Color information

#B2A31E (or 0xB2A31E) is unknown color: approx Earls Green. HEX triplet: B2, A3 and 1E. RGB value is (178,163,30). Sum of RGB (Red+Green+Blue) = 178+163+30=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A31E is #4D5CE1. Grayscale: #989898. Windows color (decimal): -5070050 or 2007986. OLE color: 2007986.

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

Color convert

RGB17816330-
CMYK00.080.830.30
HSL53.92º71.15%40.78%-
HSV(B)53.92º83.15%69.8%-
XYZ31.6935.756.46-
YUV152.3258.97146.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=47.98%
G=43.94%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781633000.080.830.3053.9271.1540.78
HexB2A31E08531E364729
Octal26224336010123366610751
Binary101100101010001111110010001010011111101101101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A31E; }

 p { color: rgb(178,163,30); }

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

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

 a { background-color: rgb(178,163,30); }

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

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

 span { border-color: rgb(178,163,30); }

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