#B1AC1A

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

Shades of Earls Green #B1AC1A

Tints of Earls Green #B1AC1A

Color information

#B1AC1A (or 0xB1AC1A) is unknown color: approx Earls Green. HEX triplet: B1, AC and 1A. RGB value is (177,172,26). Sum of RGB (Red+Green+Blue) = 177+172+26=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AC1A is #4E53E5. Grayscale: #9D9D9D. Windows color (decimal): -5133286 or 1748145. OLE color: 1748145.

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

Color convert

RGB17717226-
CMYK00.030.850.31
HSL58.01º74.38%39.8%-
HSV(B)58.01º85.31%69.41%-
XYZ33.0738.936.75-
YUV156.8554.16142.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 26 (10.55% from 255) = 6.93%
R=47.2%
G=45.87%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771722600.030.850.3158.0174.3839.8
HexB1AC1A03551F3a4a28
Octal2612543203125377211250
Binary1011000110101100110100111010101111111110101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC1A; }

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

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

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

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

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

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

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

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