#B0A726

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

Shades of Earls Green #B0A726

Tints of Earls Green #B0A726

Color information

#B0A726 (or 0xB0A726) is unknown color: approx Earls Green. HEX triplet: B0, A7 and 26. RGB value is (176,167,38). Sum of RGB (Red+Green+Blue) = 176+167+38=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A726 is #4F58D9. Grayscale: #9B9B9B. Windows color (decimal): -5200090 or 2533296. OLE color: 2533296.

HSL color Cylindrical-coordinate representation of color #B0A726: hue angle of 56.09º 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 #B0A726 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17616738-
CMYK00.050.780.31
HSL56.09º64.49%41.96%-
HSV(B)56.09º78.41%69.02%-
XYZ32.0737.017.29-
YUV154.9861.98142.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 167 (65.62% from 255) = 43.83%
BLUE value IS 38 (15.23% from 255) = 9.97%
R=46.19%
G=43.83%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761673800.050.780.3156.0964.4941.96
HexB0A726054E1F38402a
Octal2602474605116377010052
Binary101100001010011110011001011001110111111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A726; }

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

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

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

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

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

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

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

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