#959B32

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

Shades of Citron #959B32

Tints of Citron #959B32

Color information

#959B32 (or 0x959B32) is unknown color: approx Citron. HEX triplet: 95, 9B and 32. RGB value is (149,155,50). Sum of RGB (Red+Green+Blue) = 149+155+50=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #959B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B32 is #6A64CD. Grayscale: #8D8D8D. Windows color (decimal): -6972622 or 3316629. OLE color: 3316629.

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

Color convert

RGB14915550-
CMYK0.0400.680.39
HSL63.43º51.22%40.2%-
HSV(B)63.43º67.74%60.78%-
XYZ24.6930.067.52-
YUV141.2476.51133.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 50 (19.92% from 255) = 14.12%
R=42.09%
G=43.79%
B=14.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155500.0400.680.3963.4351.2240.2
Hex959B324044273f3328
Octal225233624010447776350
Binary100101011001101111001010001000100100111111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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