#959E32

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

Shades of Citron #959E32

Tints of Citron #959E32

Color information

#959E32 (or 0x959E32) is unknown color: approx Citron. HEX triplet: 95, 9E and 32. RGB value is (149,158,50). Sum of RGB (Red+Green+Blue) = 149+158+50=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #959E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959E32 is #6A61CD. Grayscale: #8F8F8F. Windows color (decimal): -6971854 or 3317397. OLE color: 3317397.

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

Color convert

RGB14915850-
CMYK0.0600.680.38
HSL65º51.92%40.78%-
HSV(B)65º68.35%61.96%-
XYZ25.231.077.69-
YUV14375.52132.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=41.74%
G=44.26%
B=14.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149158500.0600.680.386551.9240.78
Hex959E32604426413429
Octal2252366260104461016451
Binary1001010110011110110010110010001001001101000001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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