#959C44

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

Shades of Highball #959C44

Tints of Highball #959C44

Color information

#959C44 (or 0x959C44) is unknown color: approx Highball. HEX triplet: 95, 9C and 44. RGB value is (149,156,68). Sum of RGB (Red+Green+Blue) = 149+156+68=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #959C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C44 is #6A63BB. Grayscale: #909090. Windows color (decimal): -6972348 or 4496533. OLE color: 4496533.

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

Color convert

RGB14915668-
CMYK0.0400.560.39
HSL64.77º39.29%43.92%-
HSV(B)64.77º56.41%61.18%-
XYZ25.3330.5810.04-
YUV143.8885.18131.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=39.95%
G=41.82%
B=18.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149156680.0400.560.3964.7739.2943.92
Hex959C4440382741272c
Octal2252341044070471014754
Binary1001010110011100100010010001110001001111000001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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