#B1AB26

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

Shades of Earls Green #B1AB26

Tints of Earls Green #B1AB26

Color information

#B1AB26 (or 0xB1AB26) is unknown color: approx Earls Green. HEX triplet: B1, AB and 26. RGB value is (177,171,38). Sum of RGB (Red+Green+Blue) = 177+171+38=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB26 is #4E54D9. Grayscale: #9E9E9E. Windows color (decimal): -5133530 or 2534321. OLE color: 2534321.

HSL color Cylindrical-coordinate representation of color #B1AB26: 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 #B1AB26 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17717138-
CMYK00.030.790.31
HSL57.41º64.65%42.16%-
HSV(B)57.41º78.53%69.41%-
XYZ33.0438.617.55-
YUV157.6360.49141.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 38 (15.23% from 255) = 9.84%
R=45.85%
G=44.30%
B=9.84%

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
Decimal1771713800.030.790.3157.4164.6542.16
HexB1AB26034F1F39412a
Octal2612534603117377110152
Binary10110001101010111001100111001111111111110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB26; }

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

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

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

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

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

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

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

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