#989704

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

Shades of Citron #989704

Tints of Citron #989704

Color information

#989704 (or 0x989704) is unknown color: approx Citron. HEX triplet: 98, 97 and 04. RGB value is (152,151,4). Sum of RGB (Red+Green+Blue) = 152+151+4=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #989704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989704 is #6768FB. Grayscale: #878787. Windows color (decimal): -6777084 or 300952. OLE color: 300952.

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

Color convert

RGB1521514-
CMYK00.010.970.40
HSL59.59º94.87%30.59%-
HSV(B)59.59º97.37%59.61%-
XYZ24.0428.824.41-
YUV134.5454.33140.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=49.51%
G=49.19%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152151400.010.970.4059.5994.8730.59
Hex989740161283c5f1f
Octal230227401141507413737
Binary1001100010010111100011100001101000111100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989704; }

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

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

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

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

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

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

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

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