#959704

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

Shades of Citron #959704

Tints of Citron #959704

Color information

#959704 (or 0x959704) is unknown color: approx Citron. HEX triplet: 95, 97 and 04. RGB value is (149,151,4). Sum of RGB (Red+Green+Blue) = 149+151+4=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #959704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959704 is #6A68FB. Grayscale: #868686. Windows color (decimal): -6973692 or 300949. OLE color: 300949.

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

Color convert

RGB1491514-
CMYK0.0100.970.41
HSL60.82º94.84%30.39%-
HSV(B)60.82º97.35%59.22%-
XYZ23.4828.534.38-
YUV133.6454.84138.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=49.01%
G=49.67%
B=1.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14915140.0100.970.4160.8294.8430.39
Hex959741061293d5f1e
Octal225227410141517513736
Binary1001010110010111100101100001101001111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959704; }

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

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

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

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

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

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

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

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