#958E42

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

Shades of Highball #958E42

Tints of Highball #958E42

Color information

#958E42 (or 0x958E42) is unknown color: approx Highball. HEX triplet: 95, 8E and 42. RGB value is (149,142,66). Sum of RGB (Red+Green+Blue) = 149+142+66=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #958E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E42 is #6A71BD. Grayscale: #878787. Windows color (decimal): -6975934 or 4361877. OLE color: 4361877.

HSL color Cylindrical-coordinate representation of color #958E42: hue angle of 54.94º 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 #958E42 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14914266-
CMYK00.050.560.42
HSL54.94º38.6%42.16%-
HSV(B)54.94º55.7%58.43%-
XYZ23.0526.138.98-
YUV135.4388.82137.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=41.74%
G=39.78%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491426600.050.560.4254.9438.642.16
Hex958E4205382A37272a
Octal225216102057052674752
Binary100101011000111010000100101111000101010110111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E42; }

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

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

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

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

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

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

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

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