#989D0D

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

Shades of Citron #989D0D

Tints of Citron #989D0D

Color information

#989D0D (or 0x989D0D) is unknown color: approx Citron. HEX triplet: 98, 9D and 0D. RGB value is (152,157,13). Sum of RGB (Red+Green+Blue) = 152+157+13=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #989D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989D0D is #6762F2. Grayscale: #8B8B8B. Windows color (decimal): -6775539 or 892312. OLE color: 892312.

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

Color convert

RGB15215713-
CMYK0.0300.920.38
HSL62.08º84.71%33.33%-
HSV(B)62.08º91.72%61.57%-
XYZ25.0830.825.01-
YUV139.0956.84137.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 157 (61.72% from 255) = 48.76%
BLUE value IS 13 (5.47% from 255) = 4.04%
R=47.20%
G=48.76%
B=4.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152157130.0300.920.3862.0884.7133.33
Hex989DD305C263e5521
Octal2302351530134467612541
Binary1001100010011101110111010111001001101111101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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