#958E3A

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

Shades of Highball #958E3A

Tints of Highball #958E3A

Color information

#958E3A (or 0x958E3A) is unknown color: approx Highball. HEX triplet: 95, 8E and 3A. RGB value is (149,142,58). Sum of RGB (Red+Green+Blue) = 149+142+58=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #958E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E3A is #6A71C5. Grayscale: #868686. Windows color (decimal): -6975942 or 3837589. OLE color: 3837589.

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

Color convert

RGB14914258-
CMYK00.050.610.42
HSL55.38º43.96%40.59%-
HSV(B)55.38º61.07%58.43%-
XYZ22.8326.047.83-
YUV134.5284.82138.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=42.69%
G=40.69%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491425800.050.610.4255.3843.9640.59
Hex958E3A053D2A372c29
Octal22521672057552675451
Binary10010101100011101110100101111101101010110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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