#B1AB11

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

Shades of Earls Green #B1AB11

Tints of Earls Green #B1AB11

Color information

#B1AB11 (or 0xB1AB11) is unknown color: approx Earls Green. HEX triplet: B1, AB and 11. RGB value is (177,171,17). Sum of RGB (Red+Green+Blue) = 177+171+17=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AB11 is #4E54EE. Grayscale: #9B9B9B. Windows color (decimal): -5133551 or 1158065. OLE color: 1158065.

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

Color convert

RGB17717117-
CMYK00.030.900.31
HSL57.75º82.47%38.04%-
HSV(B)57.75º90.4%69.41%-
XYZ32.838.516.24-
YUV155.2449.99143.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 171 (67.19% from 255) = 46.85%
BLUE value IS 17 (7.03% from 255) = 4.66%
R=48.49%
G=46.85%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771711700.030.900.3157.7582.4738.04
HexB1AB11035A1F3a5226
Octal2612532103132377212246
Binary1011000110101011100010111011010111111110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB11; }

 p { color: rgb(177,171,17); }

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

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

 a { background-color: rgb(177,171,17); }

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

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

 span { border-color: rgb(177,171,17); }

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