#B1AC31

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

Shades of Earls Green #B1AC31

Tints of Earls Green #B1AC31

Color information

#B1AC31 (or 0xB1AC31) is unknown color: approx Earls Green. HEX triplet: B1, AC and 31. RGB value is (177,172,49). Sum of RGB (Red+Green+Blue) = 177+172+49=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC31 is #4E53CE. Grayscale: #9F9F9F. Windows color (decimal): -5133263 or 3255473. OLE color: 3255473.

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

Color convert

RGB17717249-
CMYK00.030.720.31
HSL57.66º56.64%44.31%-
HSV(B)57.66º72.32%69.41%-
XYZ33.4439.078.69-
YUV159.4765.66140.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 49 (19.53% from 255) = 12.31%
R=44.47%
G=43.22%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771724900.030.720.3157.6656.6444.31
HexB1AC3103481F3a392c
Octal261254610311037727154
Binary1011000110101100110001011100100011111111010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC31; }

 p { color: rgb(177,172,49); }

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

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

 a { background-color: rgb(177,172,49); }

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

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

 span { border-color: rgb(177,172,49); }

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