#958C35

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

Shades of Highball #958C35

Tints of Highball #958C35

Color information

#958C35 (or 0x958C35) is unknown color: approx Highball. HEX triplet: 95, 8C and 35. RGB value is (149,140,53). Sum of RGB (Red+Green+Blue) = 149+140+53=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #958C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C35 is #6A73CA. Grayscale: #858585. Windows color (decimal): -6976459 or 3509397. OLE color: 3509397.

HSL color Cylindrical-coordinate representation of color #958C35: hue angle of 54.38º 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 #958C35 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14914053-
CMYK00.060.640.42
HSL54.38º47.52%39.61%-
HSV(B)54.38º64.43%58.43%-
XYZ22.4225.47.09-
YUV132.7782.98139.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=43.57%
G=40.94%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491405300.060.640.4254.3847.5239.61
Hex958C3506402A363028
Octal225214650610052666050
Binary100101011000110011010101101000000101010110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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