#969533

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

Shades of Highball #969533

Tints of Highball #969533

Color information

#969533 (or 0x969533) is unknown color: approx Highball. HEX triplet: 96, 95 and 33. RGB value is (150,149,51). Sum of RGB (Red+Green+Blue) = 150+149+51=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #969533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969533 is #696ACC. Grayscale: #8A8A8A. Windows color (decimal): -6908621 or 3380630. OLE color: 3380630.

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

Color convert

RGB15014951-
CMYK00.010.660.41
HSL59.39º49.25%39.41%-
HSV(B)59.39º66%58.82%-
XYZ23.9228.227.32-
YUV138.1378.83136.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 51 (20.31% from 255) = 14.57%
R=42.86%
G=42.57%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501495100.010.660.4159.3949.2539.41
Hex9695330142293b3127
Octal226225630110251736147
Binary1001011010010101110011011000010101001111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969533; }

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

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

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

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

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

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

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

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