#B1A61C

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

Shades of Earls Green #B1A61C

Tints of Earls Green #B1A61C

Color information

#B1A61C (or 0xB1A61C) is unknown color: approx Earls Green. HEX triplet: B1, A6 and 1C. RGB value is (177,166,28). Sum of RGB (Red+Green+Blue) = 177+166+28=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A61C is #4E59E3. Grayscale: #9A9A9A. Windows color (decimal): -5134820 or 1877681. OLE color: 1877681.

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

Color convert

RGB17716628-
CMYK00.060.840.31
HSL55.57º72.68%40.2%-
HSV(B)55.57º84.18%69.41%-
XYZ31.9836.76.5-
YUV153.5657.14144.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=47.71%
G=44.74%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771662800.060.840.3155.5772.6840.2
HexB1A61C06541F384928
Octal2612463406124377011150
Binary10110001101001101110001101010100111111110001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A61C; }

 p { color: rgb(177,166,28); }

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

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

 a { background-color: rgb(177,166,28); }

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

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

 span { border-color: rgb(177,166,28); }

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