#958E35

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

Shades of Highball #958E35

Tints of Highball #958E35

Color information

#958E35 (or 0x958E35) is unknown color: approx Highball. HEX triplet: 95, 8E and 35. RGB value is (149,142,53). Sum of RGB (Red+Green+Blue) = 149+142+53=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #958E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E35 is #6A71CA. Grayscale: #868686. Windows color (decimal): -6975947 or 3509909. OLE color: 3509909.

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

Color convert

RGB14914253-
CMYK00.050.640.42
HSL55.62º47.52%39.61%-
HSV(B)55.62º64.43%58.43%-
XYZ22.7125.997.19-
YUV133.9582.32138.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=43.31%
G=41.28%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491425300.050.640.4255.6247.5239.61
Hex958E3505402A383028
Octal225216650510052706050
Binary100101011000111011010101011000000101010111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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