#959C46

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

Shades of Highball #959C46

Tints of Highball #959C46

Color information

#959C46 (or 0x959C46) is unknown color: approx Highball. HEX triplet: 95, 9C and 46. RGB value is (149,156,70). Sum of RGB (Red+Green+Blue) = 149+156+70=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #959C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C46 is #6A63B9. Grayscale: #909090. Windows color (decimal): -6972346 or 4627605. OLE color: 4627605.

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

Color convert

RGB14915670-
CMYK0.0400.550.39
HSL64.88º38.05%44.31%-
HSV(B)64.88º55.13%61.18%-
XYZ25.3930.6110.36-
YUV144.186.18131.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=39.73%
G=41.6%
B=18.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149156700.0400.550.3964.8838.0544.31
Hex959C4640372741262c
Octal2252341064067471014654
Binary1001010110011100100011010001101111001111000001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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