#B3B116

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

Shades of Earls Green #B3B116

Tints of Earls Green #B3B116

Color information

#B3B116 (or 0xB3B116) is unknown color: approx Earls Green. HEX triplet: B3, B1 and 16. RGB value is (179,177,22). Sum of RGB (Red+Green+Blue) = 179+177+22=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B116 is #4C4EE9. Grayscale: #A0A0A0. Windows color (decimal): -5000938 or 1487283. OLE color: 1487283.

HSL color Cylindrical-coordinate representation of color #B3B116: hue angle of 59.24º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3B116 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17917722-
CMYK00.010.880.30
HSL59.24º78.11%39.41%-
HSV(B)59.24º87.71%70.2%-
XYZ34.4641.096.87-
YUV159.9350.16141.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 177 (69.53% from 255) = 46.83%
BLUE value IS 22 (8.98% from 255) = 5.82%
R=47.35%
G=46.83%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791772200.010.880.3059.2478.1139.41
HexB3B11601581E3b4e27
Octal2632612601130367311647
Binary101100111011000110110011011000111101110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B116; }

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

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

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

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

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

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

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

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