#959C06

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

Shades of Citron #959C06

Tints of Citron #959C06

Color information

#959C06 (or 0x959C06) is unknown color: approx Citron. HEX triplet: 95, 9C and 06. RGB value is (149,156,6). Sum of RGB (Red+Green+Blue) = 149+156+6=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #959C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959C06 is #6A63F9. Grayscale: #898989. Windows color (decimal): -6972410 or 433301. OLE color: 433301.

HSL color Cylindrical-coordinate representation of color #959C06: hue angle of 62.8º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #959C06 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1491566-
CMYK0.0400.960.39
HSL62.8º92.59%31.76%-
HSV(B)62.8º96.15%61.18%-
XYZ24.3230.184.72-
YUV136.8154.18136.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=47.91%
G=50.16%
B=1.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14915660.0400.960.3962.892.5931.76
Hex959C64060273f5d20
Octal225234640140477713540
Binary1001010110011100110100011000001001111111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959C06; }

 p { color: rgb(149,156,6); }

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

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

 a { background-color: rgb(149,156,6); }

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

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

 span { border-color: rgb(149,156,6); }

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