#96954B

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

Shades of Highball #96954B

Tints of Highball #96954B

Color information

#96954B (or 0x96954B) is unknown color: approx Highball. HEX triplet: 96, 95 and 4B. RGB value is (150,149,75). Sum of RGB (Red+Green+Blue) = 150+149+75=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96954B is #696AB4. Grayscale: #8D8D8D. Windows color (decimal): -6908597 or 4953494. OLE color: 4953494.

HSL color Cylindrical-coordinate representation of color #96954B: hue angle of 59.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96954B is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15014975-
CMYK00.010.50.41
HSL59.2º33.33%44.12%-
HSV(B)59.2º50%58.82%-
XYZ24.628.4910.86-
YUV140.8690.83134.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 75 (29.69% from 255) = 20.05%
R=40.11%
G=39.84%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501497500.010.50.4159.233.3344.12
Hex96954B0132293b212c
Octal226225113016251734154
Binary1001011010010101100101101110010101001111011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96954B; }

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

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

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

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

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

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

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

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