#979714

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

Shades of Citron #979714

Tints of Citron #979714

Color information

#979714 (or 0x979714) is unknown color: approx Citron. HEX triplet: 97, 97 and 14. RGB value is (151,151,20). Sum of RGB (Red+Green+Blue) = 151+151+20=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979714 is #6868EB. Grayscale: #888888. Windows color (decimal): -6842604 or 1349527. OLE color: 1349527.

HSL color Cylindrical-coordinate representation of color #979714: hue angle of 60º 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 #979714 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB15115120-
CMYK000.870.41
HSL60º76.61%33.53%-
HSV(B)60º86.75%59.22%-
XYZ23.9628.764.95-
YUV136.0762.5138.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 151 (59.38% from 255) = 46.89%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=46.89%
G=46.89%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115120000.870.416076.6133.53
Hex9797140057293c4d22
Octal2272272400127517411542
Binary1001011110010111101000010101111010011111001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979714; }

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

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

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

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

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

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

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

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