#b0aa1f

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

Shades of Earls Green #B0AA1F

Tints of Earls Green #B0AA1F

Color information

#B0AA1F (or 0xB0AA1F) is unknown color: approx Earls Green. HEX triplet: B0, AA and 1F. RGB value is (176,170,31). Sum of RGB (Red+Green+Blue) = 176+170+31=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AA1F is #4F55E0. Grayscale: #9C9C9C. Windows color (decimal): -5199329 or 2075312. OLE color: 2075312.

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

Color convert

RGB17617031-
CMYK00.030.820.31
HSL57.52º70.05%40.59%-
HSV(B)57.52º82.39%69.02%-
XYZ32.5338.086.93-
YUV155.9557.49142.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 31 (12.5% from 255) = 8.22%
R=46.68%
G=45.09%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761703100.030.820.3157.5270.0540.59
HexB0AA1F03521F3a4629
Octal2602523703122377210651
Binary1011000010101010111110111010010111111110101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0aa1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0aa1f; }

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

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

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

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

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

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

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

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