#B0A627

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

Shades of Earls Green #B0A627

Tints of Earls Green #B0A627

Color information

#B0A627 (or 0xB0A627) is unknown color: approx Earls Green. HEX triplet: B0, A6 and 27. RGB value is (176,166,39). Sum of RGB (Red+Green+Blue) = 176+166+39=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A627 is #4F59D8. Grayscale: #9B9B9B. Windows color (decimal): -5200345 or 2598576. OLE color: 2598576.

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

Color convert

RGB17616639-
CMYK00.060.780.31
HSL55.62º63.72%42.16%-
HSV(B)55.62º77.84%69.02%-
XYZ31.9136.657.31-
YUV154.5162.81143.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.19%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 39 (15.62% from 255) = 10.24%
R=46.19%
G=43.57%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761663900.060.780.3155.6263.7242.16
HexB0A627064E1F38402a
Octal2602464706116377010052
Binary101100001010011010011101101001110111111110001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A627; }

 p { color: rgb(176,166,39); }

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

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

 a { background-color: rgb(176,166,39); }

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

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

 span { border-color: rgb(176,166,39); }

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