#B1A126

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

Shades of Earls Green #B1A126

Tints of Earls Green #B1A126

Color information

#B1A126 (or 0xB1A126) is unknown color: approx Earls Green. HEX triplet: B1, A1 and 26. RGB value is (177,161,38). Sum of RGB (Red+Green+Blue) = 177+161+38=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A126 is #4E5ED9. Grayscale: #989898. Windows color (decimal): -5136090 or 2531761. OLE color: 2531761.

HSL color Cylindrical-coordinate representation of color #B1A126: hue angle of 53.09º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1A126 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17716138-
CMYK00.090.790.31
HSL53.09º64.65%42.16%-
HSV(B)53.09º78.53%69.41%-
XYZ31.2334.986.94-
YUV151.7663.8146-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 38 (15.23% from 255) = 10.11%
R=47.07%
G=42.82%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771613800.090.790.3153.0964.6542.16
HexB1A126094F1F35412a
Octal26124146011117376510152
Binary1011000110100001100110010011001111111111101011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A126; }

 p { color: rgb(177,161,38); }

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

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

 a { background-color: rgb(177,161,38); }

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

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

 span { border-color: rgb(177,161,38); }

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