#959941

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

Shades of Highball #959941

Tints of Highball #959941

Color information

#959941 (or 0x959941) is unknown color: approx Highball. HEX triplet: 95, 99 and 41. RGB value is (149,153,65). Sum of RGB (Red+Green+Blue) = 149+153+65=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #959941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959941 is #6A66BE. Grayscale: #8E8E8E. Windows color (decimal): -6973119 or 4299157. OLE color: 4299157.

HSL color Cylindrical-coordinate representation of color #959941: hue angle of 62.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #959941 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB14915365-
CMYK0.0300.580.4
HSL62.73º40.37%42.75%-
HSV(B)62.73º57.52%60%-
XYZ24.7429.559.4-
YUV141.7784.67133.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=40.60%
G=41.69%
B=17.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153650.0300.580.462.7340.3742.75
Hex959941303A283f282b
Octal225231101307250775053
Binary10010101100110011000001110111010101000111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959941; }

 p { color: rgb(149,153,65); }

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

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

 a { background-color: rgb(149,153,65); }

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

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

 span { border-color: rgb(149,153,65); }

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