#959506

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

Shades of Citron #959506

Tints of Citron #959506

Color information

#959506 (or 0x959506) is unknown color: approx Citron. HEX triplet: 95, 95 and 06. RGB value is (149,149,6). Sum of RGB (Red+Green+Blue) = 149+149+6=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959506 is #6A6AF9. Grayscale: #858585. Windows color (decimal): -6974202 or 431509. OLE color: 431509.

HSL color Cylindrical-coordinate representation of color #959506: hue angle of 60º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #959506 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1491496-
CMYK000.960.42
HSL60º92.26%30.39%-
HSV(B)60º95.97%58.43%-
XYZ23.1727.94.34-
YUV132.756.5139.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=49.01%
G=49.01%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491496000.960.426092.2630.39
Hex9595600602A3c5c1e
Octal225225600140527413436
Binary1001010110010101110001100000101010111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959506; }

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

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

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

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

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

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

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

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