#96914B

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

Shades of Highball #96914B

Tints of Highball #96914B

Color information

#96914B (or 0x96914B) is unknown color: approx Highball. HEX triplet: 96, 91 and 4B. RGB value is (150,145,75). Sum of RGB (Red+Green+Blue) = 150+145+75=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96914B is #696EB4. Grayscale: #8A8A8A. Windows color (decimal): -6909621 or 4952470. OLE color: 4952470.

HSL color Cylindrical-coordinate representation of color #96914B: hue angle of 56º 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 #96914B is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15014575-
CMYK00.030.50.41
HSL56º33.33%44.12%-
HSV(B)56º50%58.82%-
XYZ23.9727.2410.65-
YUV138.5292.16136.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=40.54%
G=39.19%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501457500.030.50.415633.3344.12
Hex96914B03322938212c
Octal226221113036251704154
Binary10010110100100011001011011110010101001111000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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