#B0AA25

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

Shades of Earls Green #B0AA25

Tints of Earls Green #B0AA25

Color information

#B0AA25 (or 0xB0AA25) is unknown color: approx Earls Green. HEX triplet: B0, AA and 25. RGB value is (176,170,37). Sum of RGB (Red+Green+Blue) = 176+170+37=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA25 is #4F55DA. Grayscale: #9D9D9D. Windows color (decimal): -5199323 or 2468528. OLE color: 2468528.

HSL color Cylindrical-coordinate representation of color #B0AA25: hue angle of 57.41º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0AA25 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17617037-
CMYK00.030.790.31
HSL57.41º65.26%41.76%-
HSV(B)57.41º78.98%69.02%-
XYZ32.6138.117.39-
YUV156.6360.49141.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 37 (14.84% from 255) = 9.66%
R=45.95%
G=44.39%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761703700.030.790.3157.4165.2641.76
HexB0AA25034F1F39412a
Octal2602524503117377110152
Binary10110000101010101001010111001111111111110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA25; }

 p { color: rgb(176,170,37); }

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

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

 a { background-color: rgb(176,170,37); }

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

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

 span { border-color: rgb(176,170,37); }

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