#96993A

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

Shades of Highball #96993A

Tints of Highball #96993A

Color information

#96993A (or 0x96993A) is unknown color: approx Highball. HEX triplet: 96, 99 and 3A. RGB value is (150,153,58). Sum of RGB (Red+Green+Blue) = 150+153+58=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #96993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96993A is #6966C5. Grayscale: #8D8D8D. Windows color (decimal): -6907590 or 3840406. OLE color: 3840406.

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

Color convert

RGB15015358-
CMYK0.0200.620.4
HSL61.89º45.02%41.37%-
HSV(B)61.89º62.09%60%-
XYZ24.7329.578.41-
YUV141.2781.01134.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 58 (23.05% from 255) = 16.07%
R=41.55%
G=42.38%
B=16.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153580.0200.620.461.8945.0241.37
Hex96993A203E283e2d29
Octal22623172207650765551
Binary1001011010011001111010100111110101000111110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96993A; }

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

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

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

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

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

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

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

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