#959945

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

Shades of Highball #959945

Tints of Highball #959945

Color information

#959945 (or 0x959945) is unknown color: approx Highball. HEX triplet: 95, 99 and 45. RGB value is (149,153,69). Sum of RGB (Red+Green+Blue) = 149+153+69=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #959945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959945 is #6A66BA. Grayscale: #8E8E8E. Windows color (decimal): -6973115 or 4561301. OLE color: 4561301.

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

Color convert

RGB14915369-
CMYK0.0300.550.4
HSL62.86º37.84%43.53%-
HSV(B)62.86º54.9%60%-
XYZ24.8629.610.03-
YUV142.2386.67132.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=40.16%
G=41.24%
B=18.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153690.0300.550.462.8637.8443.53
Hex9599453037283f262c
Octal225231105306750774654
Binary10010101100110011000101110110111101000111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959945; }

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

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

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

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

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

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

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

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