#959F32

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

Shades of Citron #959F32

Tints of Citron #959F32

Color information

#959F32 (or 0x959F32) is unknown color: approx Citron. HEX triplet: 95, 9F and 32. RGB value is (149,159,50). Sum of RGB (Red+Green+Blue) = 149+159+50=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #959F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959F32 is #6A60CD. Grayscale: #909090. Windows color (decimal): -6971598 or 3317653. OLE color: 3317653.

HSL color Cylindrical-coordinate representation of color #959F32: hue angle of 65.5º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #959F32 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB14915950-
CMYK0.0600.690.38
HSL65.5º52.15%40.98%-
HSV(B)65.5º68.55%62.35%-
XYZ25.3731.427.74-
YUV143.5875.19131.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 50 (19.92% from 255) = 13.97%
R=41.62%
G=44.41%
B=13.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149159500.0600.690.3865.552.1540.98
Hex959F32604526423429
Octal2252376260105461026451
Binary1001010110011111110010110010001011001101000010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,159,50); }

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

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

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

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

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

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

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