#B2A231

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

Shades of Earls Green #B2A231

Tints of Earls Green #B2A231

Color information

#B2A231 (or 0xB2A231) is unknown color: approx Earls Green. HEX triplet: B2, A2 and 31. RGB value is (178,162,49). Sum of RGB (Red+Green+Blue) = 178+162+49=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A231 is #4D5DCE. Grayscale: #9A9A9A. Windows color (decimal): -5070287 or 3252914. OLE color: 3252914.

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

Color convert

RGB17816249-
CMYK00.090.720.30
HSL52.56º56.83%44.51%-
HSV(B)52.56º72.47%69.8%-
XYZ31.8335.538.09-
YUV153.968.8145.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 49 (19.53% from 255) = 12.60%
R=45.76%
G=41.65%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781624900.090.720.3052.5656.8344.51
HexB2A23109481E35392d
Octal2622426101111036657155
Binary101100101010001011000101001100100011110110101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A231; }

 p { color: rgb(178,162,49); }

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

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

 a { background-color: rgb(178,162,49); }

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

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

 span { border-color: rgb(178,162,49); }

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