#958933

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

Shades of Highball #958933

Tints of Highball #958933

Color information

#958933 (or 0x958933) is unknown color: approx Highball. HEX triplet: 95, 89 and 33. RGB value is (149,137,51). Sum of RGB (Red+Green+Blue) = 149+137+51=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #958933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958933 is #6A76CC. Grayscale: #838383. Windows color (decimal): -6977229 or 3377557. OLE color: 3377557.

HSL color Cylindrical-coordinate representation of color #958933: hue angle of 52.65º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #958933 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14913751-
CMYK00.080.660.42
HSL52.65º49%39.22%-
HSV(B)52.65º65.77%58.43%-
XYZ21.9424.526.71-
YUV130.7882.98140.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 137 (53.91% from 255) = 40.65%
BLUE value IS 51 (20.31% from 255) = 15.13%
R=44.21%
G=40.65%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491375100.080.660.4252.654939.22
Hex95893308422A353127
Octal2252116301010252656147
Binary1001010110001001110011010001000010101010110101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958933; }

 p { color: rgb(149,137,51); }

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

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

 a { background-color: rgb(149,137,51); }

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

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

 span { border-color: rgb(149,137,51); }

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