#989C2A

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

Shades of Citron #989C2A

Tints of Citron #989C2A

Color information

#989C2A (or 0x989C2A) is unknown color: approx Citron. HEX triplet: 98, 9C and 2A. RGB value is (152,156,42). Sum of RGB (Red+Green+Blue) = 152+156+42=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #989C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989C2A is #6763D5. Grayscale: #8E8E8E. Windows color (decimal): -6775766 or 2792600. OLE color: 2792600.

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

Color convert

RGB15215642-
CMYK0.0300.730.39
HSL62.11º57.58%38.82%-
HSV(B)62.11º73.08%61.18%-
XYZ25.2630.626.77-
YUV141.8171.67135.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 156 (61.33% from 255) = 44.57%
BLUE value IS 42 (16.80% from 255) = 12%
R=43.43%
G=44.57%
B=12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152156420.0300.730.3962.1157.5838.82
Hex989C2A3049273e3a27
Octal230234523011147767247
Binary10011000100111001010101101001001100111111110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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