#989B0C

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

Shades of Citron #989B0C

Tints of Citron #989B0C

Color information

#989B0C (or 0x989B0C) is unknown color: approx Citron. HEX triplet: 98, 9B and 0C. RGB value is (152,155,12). Sum of RGB (Red+Green+Blue) = 152+155+12=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #989B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989B0C is #6764F3. Grayscale: #8A8A8A. Windows color (decimal): -6776052 or 826264. OLE color: 826264.

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

Color convert

RGB15215512-
CMYK0.0200.920.39
HSL61.26º85.63%32.75%-
HSV(B)61.26º92.26%60.78%-
XYZ24.7430.144.86-
YUV137.857.01138.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 12 (5.08% from 255) = 3.76%
R=47.65%
G=48.59%
B=3.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152155120.0200.920.3961.2685.6332.75
Hex989BC205C273d5621
Octal2302331420134477512641
Binary1001100010011011110010010111001001111111011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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