#989D28

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

Shades of Citron #989D28

Tints of Citron #989D28

Color information

#989D28 (or 0x989D28) is unknown color: approx Citron. HEX triplet: 98, 9D and 28. RGB value is (152,157,40). Sum of RGB (Red+Green+Blue) = 152+157+40=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #989D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989D28 is #6762D7. Grayscale: #8E8E8E. Windows color (decimal): -6775512 or 2661784. OLE color: 2661784.

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

Color convert

RGB15215740-
CMYK0.0300.750.38
HSL62.56º59.39%38.63%-
HSV(B)62.56º74.52%61.57%-
XYZ25.3930.946.64-
YUV142.1770.34135.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 40 (16.02% from 255) = 11.46%
R=43.55%
G=44.99%
B=11.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152157400.0300.750.3862.5659.3938.63
Hex989D28304B263f3b27
Octal230235503011346777347
Binary10011000100111011010001101001011100110111111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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