#979916

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

Shades of Citron #979916

Tints of Citron #979916

Color information

#979916 (or 0x979916) is unknown color: approx Citron. HEX triplet: 97, 99 and 16. RGB value is (151,153,22). Sum of RGB (Red+Green+Blue) = 151+153+22=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #979916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979916 is #6866E9. Grayscale: #898989. Windows color (decimal): -6842090 or 1481111. OLE color: 1481111.

HSL color Cylindrical-coordinate representation of color #979916: hue angle of 60.92º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #979916 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15115322-
CMYK0.0100.860.4
HSL60.92º74.86%34.31%-
HSV(B)60.92º85.62%60%-
XYZ24.329.425.16-
YUV137.4762.84137.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=46.32%
G=46.93%
B=6.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151153220.0100.860.460.9274.8634.31
Hex9799161056283d4b22
Octal2272312610126507511342
Binary1001011110011001101101010101101010001111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979916; }

 p { color: rgb(151,153,22); }

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

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

 a { background-color: rgb(151,153,22); }

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

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

 span { border-color: rgb(151,153,22); }

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