#989C13

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

Shades of Citron #989C13

Tints of Citron #989C13

Color information

#989C13 (or 0x989C13) is unknown color: approx Citron. HEX triplet: 98, 9C and 13. RGB value is (152,156,19). Sum of RGB (Red+Green+Blue) = 152+156+19=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #989C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989C13 is #6763EC. Grayscale: #8B8B8B. Windows color (decimal): -6775789 or 1285272. OLE color: 1285272.

HSL color Cylindrical-coordinate representation of color #989C13: hue angle of 61.75º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #989C13 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15215619-
CMYK0.0300.880.39
HSL61.75º78.29%34.31%-
HSV(B)61.75º87.82%61.18%-
XYZ24.9530.55.19-
YUV139.1960.17137.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 156 (61.33% from 255) = 47.71%
BLUE value IS 19 (7.81% from 255) = 5.81%
R=46.48%
G=47.71%
B=5.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152156190.0300.880.3961.7578.2934.31
Hex989C133058273e4e22
Octal2302342330130477611642
Binary10011000100111001001111010110001001111111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989C13; }

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

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

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

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

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

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

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

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