#958942

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

Shades of Highball #958942

Tints of Highball #958942

Color information

#958942 (or 0x958942) is unknown color: approx Highball. HEX triplet: 95, 89 and 42. RGB value is (149,137,66). Sum of RGB (Red+Green+Blue) = 149+137+66=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #958942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958942 is #6A76BD. Grayscale: #848484. Windows color (decimal): -6977214 or 4360597. OLE color: 4360597.

HSL color Cylindrical-coordinate representation of color #958942: hue angle of 51.33º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #958942 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14913766-
CMYK00.080.560.42
HSL51.33º38.6%42.16%-
HSV(B)51.33º55.7%58.43%-
XYZ22.3224.678.74-
YUV132.4990.48139.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 66 (26.17% from 255) = 18.75%
R=42.33%
G=38.92%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491376600.080.560.4251.3338.642.16
Hex95894208382A33272a
Octal2252111020107052634752
Binary1001010110001001100001001000111000101010110011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958942; }

 p { color: rgb(149,137,66); }

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

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

 a { background-color: rgb(149,137,66); }

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

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

 span { border-color: rgb(149,137,66); }

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