#979614

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

Shades of Citron #979614

Tints of Citron #979614

Color information

#979614 (or 0x979614) is unknown color: approx Citron. HEX triplet: 97, 96 and 14. RGB value is (151,150,20). Sum of RGB (Red+Green+Blue) = 151+150+20=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #979614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979614 is #6869EB. Grayscale: #888888. Windows color (decimal): -6842860 or 1349271. OLE color: 1349271.

HSL color Cylindrical-coordinate representation of color #979614: hue angle of 59.54º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #979614 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB15115020-
CMYK00.010.870.41
HSL59.54º76.61%33.53%-
HSV(B)59.54º86.75%59.22%-
XYZ23.828.444.9-
YUV135.4862.83139.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=47.04%
G=46.73%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511502000.010.870.4159.5476.6133.53
Hex9796140157293c4d22
Octal2272262401127517411542
Binary1001011110010110101000110101111010011111001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979614; }

 p { color: rgb(151,150,20); }

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

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

 a { background-color: rgb(151,150,20); }

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

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

 span { border-color: rgb(151,150,20); }

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