#B0A31E

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

Shades of Earls Green #B0A31E

Tints of Earls Green #B0A31E

Color information

#B0A31E (or 0xB0A31E) is unknown color: approx Earls Green. HEX triplet: B0, A3 and 1E. RGB value is (176,163,30). Sum of RGB (Red+Green+Blue) = 176+163+30=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A31E is #4F5CE1. Grayscale: #989898. Windows color (decimal): -5201122 or 2007984. OLE color: 2007984.

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

Color convert

RGB17616330-
CMYK00.070.830.31
HSL54.66º70.87%40.39%-
HSV(B)54.66º82.95%69.02%-
XYZ31.2435.526.44-
YUV151.7259.31145.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 163 (64.06% from 255) = 44.17%
BLUE value IS 30 (12.11% from 255) = 8.13%
R=47.70%
G=44.17%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761633000.070.830.3154.6670.8740.39
HexB0A31E07531F374728
Octal2602433607123376710750
Binary10110000101000111111001111010011111111101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A31E; }

 p { color: rgb(176,163,30); }

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

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

 a { background-color: rgb(176,163,30); }

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

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

 span { border-color: rgb(176,163,30); }

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