#989720

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

Shades of Citron #989720

Tints of Citron #989720

Color information

#989720 (or 0x989720) is unknown color: approx Citron. HEX triplet: 98, 97 and 20. RGB value is (152,151,32). Sum of RGB (Red+Green+Blue) = 152+151+32=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #989720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989720 is #6768DF. Grayscale: #8A8A8A. Windows color (decimal): -6777056 or 2135960. OLE color: 2135960.

HSL color Cylindrical-coordinate representation of color #989720: hue angle of 59.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #989720 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB15215132-
CMYK00.010.790.40
HSL59.5º65.22%36.08%-
HSV(B)59.5º78.95%59.61%-
XYZ24.2828.915.67-
YUV137.7368.33138.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 32 (12.89% from 255) = 9.55%
R=45.37%
G=45.07%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521513200.010.790.4059.565.2236.08
Hex989720014F283c4124
Octal2302274001117507410144
Binary10011000100101111000000110011111010001111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989720; }

 p { color: rgb(152,151,32); }

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

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

 a { background-color: rgb(152,151,32); }

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

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

 span { border-color: rgb(152,151,32); }

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