#96994B

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

Shades of Highball #96994B

Tints of Highball #96994B

Color information

#96994B (or 0x96994B) is unknown color: approx Highball. HEX triplet: 96, 99 and 4B. RGB value is (150,153,75). Sum of RGB (Red+Green+Blue) = 150+153+75=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #96994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96994B is #6966B4. Grayscale: #8F8F8F. Windows color (decimal): -6907573 or 4954518. OLE color: 4954518.

HSL color Cylindrical-coordinate representation of color #96994B: hue angle of 62.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96994B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB15015375-
CMYK0.0200.510.4
HSL62.31º34.21%44.71%-
HSV(B)62.31º50.98%60%-
XYZ25.2429.7711.07-
YUV143.2189.51132.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=39.68%
G=40.48%
B=19.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153750.0200.510.462.3134.2144.71
Hex96994B2033283e222d
Octal226231113206350764255
Binary10010110100110011001011100110011101000111110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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