#979513

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

Shades of Citron #979513

Tints of Citron #979513

Color information

#979513 (or 0x979513) is unknown color: approx Citron. HEX triplet: 97, 95 and 13. RGB value is (151,149,19). Sum of RGB (Red+Green+Blue) = 151+149+19=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #979513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979513 is #686AEC. Grayscale: #878787. Windows color (decimal): -6843117 or 1283479. OLE color: 1283479.

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

Color convert

RGB15114919-
CMYK00.010.870.41
HSL59.09º77.65%33.33%-
HSV(B)59.09º87.42%59.22%-
XYZ23.6328.124.8-
YUV134.7862.66139.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 149 (58.59% from 255) = 46.71%
BLUE value IS 19 (7.81% from 255) = 5.96%
R=47.34%
G=46.71%
B=5.96%

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
Decimal1511491900.010.870.4159.0977.6533.33
Hex9795130157293b4e21
Octal2272252301127517311641
Binary1001011110010101100110110101111010011110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979513; }

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

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

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

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

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

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

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

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