#958E34

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

Shades of Highball #958E34

Tints of Highball #958E34

Color information

#958E34 (or 0x958E34) is unknown color: approx Highball. HEX triplet: 95, 8E and 34. RGB value is (149,142,52). Sum of RGB (Red+Green+Blue) = 149+142+52=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #958E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E34 is #6A71CB. Grayscale: #868686. Windows color (decimal): -6975948 or 3444373. OLE color: 3444373.

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

Color convert

RGB14914252-
CMYK00.050.650.42
HSL55.67º48.26%39.41%-
HSV(B)55.67º65.1%58.43%-
XYZ22.6925.987.07-
YUV133.8381.82138.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 52 (20.70% from 255) = 15.16%
R=43.44%
G=41.40%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491425200.050.650.4255.6748.2639.41
Hex958E3405412A383027
Octal225216640510152706047
Binary100101011000111011010001011000001101010111000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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