#958B4C

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

Shades of Highball #958B4C

Tints of Highball #958B4C

Color information

#958B4C (or 0x958B4C) is unknown color: approx Highball. HEX triplet: 95, 8B and 4C. RGB value is (149,139,76). Sum of RGB (Red+Green+Blue) = 149+139+76=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #958B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B4C is #6A74B3. Grayscale: #878787. Windows color (decimal): -6976692 or 5016469. OLE color: 5016469.

HSL color Cylindrical-coordinate representation of color #958B4C: hue angle of 51.78º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #958B4C is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14913976-
CMYK00.070.490.42
HSL51.78º32.44%44.12%-
HSV(B)51.78º48.99%58.43%-
XYZ22.9325.3810.53-
YUV134.8194.81138.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 76 (30.08% from 255) = 20.88%
R=40.93%
G=38.19%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491397600.070.490.4251.7832.4444.12
Hex958B4C07312A34202c
Octal225213114076152644054
Binary100101011000101110011000111110001101010110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,139,76); }

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

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

 a { background-color: rgb(149,139,76); }

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

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

 span { border-color: rgb(149,139,76); }

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