#959713

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

Shades of Citron #959713

Tints of Citron #959713

Color information

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

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

Color convert

RGB14915119-
CMYK0.0100.870.41
HSL60.91º77.65%33.33%-
HSV(B)60.91º87.42%59.22%-
XYZ23.5828.574.89-
YUV135.3562.34137.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149151190.0100.870.4160.9177.6533.33
Hex9597131057293d4e21
Octal2252272310127517511641
Binary1001010110010111100111010101111010011111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959713; }

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

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

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

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

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

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

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

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