#B1AA1E

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

Shades of Earls Green #B1AA1E

Tints of Earls Green #B1AA1E

Color information

#B1AA1E (or 0xB1AA1E) is unknown color: approx Earls Green. HEX triplet: B1, AA and 1E. RGB value is (177,170,30). Sum of RGB (Red+Green+Blue) = 177+170+30=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA1E is #4E55E1. Grayscale: #9C9C9C. Windows color (decimal): -5133794 or 2009777. OLE color: 2009777.

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

Color convert

RGB17717030-
CMYK00.040.830.31
HSL57.14º71.01%40.59%-
HSV(B)57.14º83.05%69.41%-
XYZ32.7438.196.87-
YUV156.1356.82142.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 30 (12.11% from 255) = 7.96%
R=46.95%
G=45.09%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771703000.040.830.3157.1471.0140.59
HexB1AA1E04531F394729
Octal2612523604123377110751
Binary10110001101010101111001001010011111111110011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA1E; }

 p { color: rgb(177,170,30); }

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

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

 a { background-color: rgb(177,170,30); }

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

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

 span { border-color: rgb(177,170,30); }

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