#B1A831

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

Shades of Earls Green #B1A831

Tints of Earls Green #B1A831

Color information

#B1A831 (or 0xB1A831) is unknown color: approx Earls Green. HEX triplet: B1, A8 and 31. RGB value is (177,168,49). Sum of RGB (Red+Green+Blue) = 177+168+49=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A831 is #4E57CE. Grayscale: #9D9D9D. Windows color (decimal): -5134287 or 3254449. OLE color: 3254449.

HSL color Cylindrical-coordinate representation of color #B1A831: hue angle of 55.78º 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 #B1A831 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17716849-
CMYK00.050.720.31
HSL55.78º56.64%44.31%-
HSV(B)55.78º72.32%69.41%-
XYZ32.6937.578.44-
YUV157.1266.98142.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 168 (66.02% from 255) = 42.64%
BLUE value IS 49 (19.53% from 255) = 12.44%
R=44.92%
G=42.64%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771684900.050.720.3155.7856.6444.31
HexB1A83105481F38392c
Octal261250610511037707154
Binary10110001101010001100010101100100011111111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A831; }

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

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

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

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

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

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

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

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