#989116

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

Shades of Citron #989116

Tints of Citron #989116

Color information

#989116 (or 0x989116) is unknown color: approx Citron. HEX triplet: 98, 91 and 16. RGB value is (152,145,22). Sum of RGB (Red+Green+Blue) = 152+145+22=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #989116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989116 is #676EE9. Grayscale: #858585. Windows color (decimal): -6778602 or 1479064. OLE color: 1479064.

HSL color Cylindrical-coordinate representation of color #989116: hue angle of 56.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #989116 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15214522-
CMYK00.050.860.40
HSL56.77º74.71%34.12%-
HSV(B)56.77º85.53%59.61%-
XYZ23.2226.984.74-
YUV133.0765.32141.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=47.65%
G=45.45%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521452200.050.860.4056.7774.7134.12
Hex989116055628394b22
Octal2302212605126507111342
Binary100110001001000110110010110101101010001110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989116; }

 p { color: rgb(152,145,22); }

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

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

 a { background-color: rgb(152,145,22); }

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

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

 span { border-color: rgb(152,145,22); }

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