#959433

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

Shades of Highball #959433

Tints of Highball #959433

Color information

#959433 (or 0x959433) is unknown color: approx Highball. HEX triplet: 95, 94 and 33. RGB value is (149,148,51). Sum of RGB (Red+Green+Blue) = 149+148+51=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #959433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959433 is #6A6BCC. Grayscale: #898989. Windows color (decimal): -6974413 or 3380373. OLE color: 3380373.

HSL color Cylindrical-coordinate representation of color #959433: hue angle of 59.39º 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 #959433 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14914851-
CMYK00.010.660.42
HSL59.39º49%39.22%-
HSV(B)59.39º65.77%58.43%-
XYZ23.5827.817.26-
YUV137.2479.33136.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=42.82%
G=42.53%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491485100.010.660.4259.394939.22
Hex95943301422A3b3127
Octal225224630110252736147
Binary1001010110010100110011011000010101010111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959433; }

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

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

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

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

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

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

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

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