#958C50

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

Shades of Highball #958C50

Tints of Highball #958C50

Color information

#958C50 (or 0x958C50) is unknown color: approx Highball. HEX triplet: 95, 8C and 50. RGB value is (149,140,80). Sum of RGB (Red+Green+Blue) = 149+140+80=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #958C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C50 is #6A73AF. Grayscale: #888888. Windows color (decimal): -6976432 or 5278869. OLE color: 5278869.

HSL color Cylindrical-coordinate representation of color #958C50: hue angle of 52.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #958C50 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14914080-
CMYK00.060.460.42
HSL52.17º30.13%44.9%-
HSV(B)52.17º46.31%58.43%-
XYZ23.2225.7211.33-
YUV135.8596.48137.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=40.38%
G=37.94%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491408000.060.460.4252.1730.1344.9
Hex958C50062E2A341e2d
Octal225214120065652643655
Binary10010101100011001010000011010111010101011010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,140,80); }

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

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

 a { background-color: rgb(149,140,80); }

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

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

 span { border-color: rgb(149,140,80); }

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