#989D2B

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

Shades of Citron #989D2B

Tints of Citron #989D2B

Color information

#989D2B (or 0x989D2B) is unknown color: approx Citron. HEX triplet: 98, 9D and 2B. RGB value is (152,157,43). Sum of RGB (Red+Green+Blue) = 152+157+43=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #989D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989D2B is #6762D4. Grayscale: #8E8E8E. Windows color (decimal): -6775509 or 2858392. OLE color: 2858392.

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

Color convert

RGB15215743-
CMYK0.0300.730.38
HSL62.63º57%39.22%-
HSV(B)62.63º72.61%61.57%-
XYZ25.4430.966.92-
YUV142.5171.84134.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=43.18%
G=44.60%
B=12.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152157430.0300.730.3862.635739.22
Hex989D2B3049263f3927
Octal230235533011146777147
Binary10011000100111011010111101001001100110111111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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