#B0A126

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

Shades of Earls Green #B0A126

Tints of Earls Green #B0A126

Color information

#B0A126 (or 0xB0A126) is unknown color: approx Earls Green. HEX triplet: B0, A1 and 26. RGB value is (176,161,38). Sum of RGB (Red+Green+Blue) = 176+161+38=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A126 is #4F5ED9. Grayscale: #979797. Windows color (decimal): -5201626 or 2531760. OLE color: 2531760.

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

Color convert

RGB17616138-
CMYK00.090.780.31
HSL53.48º64.49%41.96%-
HSV(B)53.48º78.41%69.02%-
XYZ3134.866.93-
YUV151.4663.97145.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 161 (63.28% from 255) = 42.93%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=46.93%
G=42.93%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761613800.090.780.3153.4864.4941.96
HexB0A126094E1F35402a
Octal26024146011116376510052
Binary1011000010100001100110010011001110111111101011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A126; }

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

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

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

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

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

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

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

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