#B1AC2A

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

Shades of Earls Green #B1AC2A

Tints of Earls Green #B1AC2A

Color information

#B1AC2A (or 0xB1AC2A) is unknown color: approx Earls Green. HEX triplet: B1, AC and 2A. RGB value is (177,172,42). Sum of RGB (Red+Green+Blue) = 177+172+42=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC2A is #4E53D5. Grayscale: #9F9F9F. Windows color (decimal): -5133270 or 2796721. OLE color: 2796721.

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

Color convert

RGB17717242-
CMYK00.030.760.31
HSL57.78º61.64%42.94%-
HSV(B)57.78º76.27%69.41%-
XYZ33.339.027.97-
YUV158.6862.16141.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 42 (16.80% from 255) = 10.74%
R=45.27%
G=43.99%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771724200.030.760.3157.7861.6442.94
HexB1AC2A034C1F3a3e2b
Octal261254520311437727653
Binary1011000110101100101010011100110011111111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC2A; }

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

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

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

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

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

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

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

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