#958F31

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

Shades of Highball #958F31

Tints of Highball #958F31

Color information

#958F31 (or 0x958F31) is unknown color: approx Highball. HEX triplet: 95, 8F and 31. RGB value is (149,143,49). Sum of RGB (Red+Green+Blue) = 149+143+49=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #958F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F31 is #6A70CE. Grayscale: #868686. Windows color (decimal): -6975695 or 3248021. OLE color: 3248021.

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

Color convert

RGB14914349-
CMYK00.040.670.42
HSL56.4º50.51%38.82%-
HSV(B)56.4º67.11%58.43%-
XYZ22.7726.266.77-
YUV134.0879.99138.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=43.70%
G=41.94%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491434900.040.670.4256.450.5138.82
Hex958F3104432A383327
Octal225217610410352706347
Binary100101011000111111000101001000011101010111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,143,49); }

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

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

 a { background-color: rgb(149,143,49); }

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

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

 span { border-color: rgb(149,143,49); }

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