#B8B116

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

Shades of Earls Green #B8B116

Tints of Earls Green #B8B116

Color information

#B8B116 (or 0xB8B116) is unknown color: approx Earls Green. HEX triplet: B8, B1 and 16. RGB value is (184,177,22). Sum of RGB (Red+Green+Blue) = 184+177+22=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8B116 is #474EE9. Grayscale: #A2A2A2. Windows color (decimal): -4673258 or 1487288. OLE color: 1487288.

HSL color Cylindrical-coordinate representation of color #B8B116: hue angle of 57.41º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8B116 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18417722-
CMYK00.040.880.28
HSL57.41º78.64%40.39%-
HSV(B)57.41º88.04%72.16%-
XYZ35.6341.696.93-
YUV161.4249.32144.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 22 (8.98% from 255) = 5.74%
R=48.04%
G=46.21%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841772200.040.880.2857.4178.6440.39
HexB8B11604581C394f28
Octal2702612604130347111750
Binary10111000101100011011001001011000111001110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B116; }

 p { color: rgb(184,177,22); }

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

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

 a { background-color: rgb(184,177,22); }

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

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

 span { border-color: rgb(184,177,22); }

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