#989D31

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

Shades of Citron #989D31

Tints of Citron #989D31

Color information

#989D31 (or 0x989D31) is unknown color: approx Citron. HEX triplet: 98, 9D and 31. RGB value is (152,157,49). Sum of RGB (Red+Green+Blue) = 152+157+49=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #989D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989D31 is #6762CE. Grayscale: #8F8F8F. Windows color (decimal): -6775503 or 3251608. OLE color: 3251608.

HSL color Cylindrical-coordinate representation of color #989D31: hue angle of 62.78º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #989D31 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15215749-
CMYK0.0300.690.38
HSL62.78º52.43%40.39%-
HSV(B)62.78º68.79%61.57%-
XYZ25.5631.017.54-
YUV143.1974.84134.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 157 (61.72% from 255) = 43.85%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=42.46%
G=43.85%
B=13.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152157490.0300.690.3862.7852.4340.39
Hex989D313045263f3428
Octal230235613010546776450
Binary10011000100111011100011101000101100110111111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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