#989D10

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

Shades of Citron #989D10

Tints of Citron #989D10

Color information

#989D10 (or 0x989D10) is unknown color: approx Citron. HEX triplet: 98, 9D and 10. RGB value is (152,157,16). Sum of RGB (Red+Green+Blue) = 152+157+16=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #989D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989D10 is #6762EF. Grayscale: #8B8B8B. Windows color (decimal): -6775536 or 1088920. OLE color: 1088920.

HSL color Cylindrical-coordinate representation of color #989D10: hue angle of 62.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #989D10 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB15215716-
CMYK0.0300.900.38
HSL62.13º81.5%33.92%-
HSV(B)62.13º89.81%61.57%-
XYZ25.130.835.12-
YUV139.4358.34136.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 157 (61.72% from 255) = 48.31%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=46.77%
G=48.31%
B=4.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152157160.0300.900.3862.1381.533.92
Hex989D10305A263e5222
Octal2302352030132467612242
Binary10011000100111011000011010110101001101111101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,157,16); }

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

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

 a { background-color: rgb(152,157,16); }

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

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

 span { border-color: rgb(152,157,16); }

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