#989B2C

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

Shades of Citron #989B2C

Tints of Citron #989B2C

Color information

#989B2C (or 0x989B2C) is unknown color: approx Citron. HEX triplet: 98, 9B and 2C. RGB value is (152,155,44). Sum of RGB (Red+Green+Blue) = 152+155+44=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #989B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989B2C is #6764D3. Grayscale: #8D8D8D. Windows color (decimal): -6776020 or 2923416. OLE color: 2923416.

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

Color convert

RGB15215544-
CMYK0.0200.720.39
HSL61.62º55.78%39.02%-
HSV(B)61.62º71.61%60.78%-
XYZ25.1230.36.91-
YUV141.4573.01135.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=43.30%
G=44.16%
B=12.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152155440.0200.720.3961.6255.7839.02
Hex989B2C2048273e3827
Octal230233542011047767047
Binary10011000100110111011001001001000100111111110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,44); }

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

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

 a { background-color: rgb(152,155,44); }

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

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

 span { border-color: rgb(152,155,44); }

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