#989113

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

Shades of Citron #989113

Tints of Citron #989113

Color information

#989113 (or 0x989113) is unknown color: approx Citron. HEX triplet: 98, 91 and 13. RGB value is (152,145,19). Sum of RGB (Red+Green+Blue) = 152+145+19=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #989113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989113 is #676EEC. Grayscale: #858585. Windows color (decimal): -6778605 or 1282456. OLE color: 1282456.

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

Color convert

RGB15214519-
CMYK00.050.870.40
HSL56.84º77.78%33.53%-
HSV(B)56.84º87.5%59.61%-
XYZ23.1926.974.6-
YUV132.7363.82141.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 19 (7.81% from 255) = 6.01%
R=48.10%
G=45.89%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521451900.050.870.4056.8477.7833.53
Hex989113055728394e22
Octal2302212305127507111642
Binary100110001001000110011010110101111010001110011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989113; }

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

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

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

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

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

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

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

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