#979508

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

Shades of Citron #979508

Tints of Citron #979508

Color information

#979508 (or 0x979508) is unknown color: approx Citron. HEX triplet: 97, 95 and 08. RGB value is (151,149,8). Sum of RGB (Red+Green+Blue) = 151+149+8=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #979508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979508 is #686AF7. Grayscale: #868686. Windows color (decimal): -6843128 or 562583. OLE color: 562583.

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

Color convert

RGB1511498-
CMYK00.010.950.41
HSL59.16º89.94%31.18%-
HSV(B)59.16º94.7%59.22%-
XYZ23.5528.094.41-
YUV133.5257.16140.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.03%
GREEN value IS 149 (58.59% from 255) = 48.38%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=49.03%
G=48.38%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151149800.010.950.4159.1689.9431.18
Hex97958015F293b5a1f
Octal2272251001137517313237
Binary10010111100101011000011011111101001111011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979508; }

 p { color: rgb(151,149,8); }

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

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

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

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

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

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

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