#958D38

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

Shades of Highball #958D38

Tints of Highball #958D38

Color information

#958D38 (or 0x958D38) is unknown color: approx Highball. HEX triplet: 95, 8D and 38. RGB value is (149,141,56). Sum of RGB (Red+Green+Blue) = 149+141+56=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D38 is #6A72C7. Grayscale: #868686. Windows color (decimal): -6976200 or 3706261. OLE color: 3706261.

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

Color convert

RGB14914156-
CMYK00.050.620.42
HSL54.84º45.37%40.2%-
HSV(B)54.84º62.42%58.43%-
XYZ22.6325.727.51-
YUV133.784.15138.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=43.06%
G=40.75%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491415600.050.620.4254.8445.3740.2
Hex958D38053E2A372d28
Octal22521570057652675550
Binary10010101100011011110000101111110101010110111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,141,56); }

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

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

 a { background-color: rgb(149,141,56); }

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

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

 span { border-color: rgb(149,141,56); }

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