Html Css Color HEX #96994E Highball

📋 copy color: '#96994E'

red 150 ◦ green 153 ◦ blue 78

#96994E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #96994E

Tints of Highball #96994E

RGB

 RED value IS 150 (58.98% from 255) = 39.37%

 GREEN value IS 153 (60.16% from 255) = 40.16%

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 39.37%
G = 40.16%
B = 20.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#96994E (or 0x96994E) is known color: Highball. HEX triplet: 96, 99 and 4E. RGB value is (150,153,78). Sum of RGB (Red+Green+Blue) = 150+153+78=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #96994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96994E is #6966B1. Grayscale: #8F8F8F. Windows color (decimal): -6907570 or 5151126. OLE color: 5151126.

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

Color convert

RGB 150 153 78 -
CMYK 0.02 0 0.49 0.4
HSL 62.4º 0.32% 0.45% -
HSV(B) 62.4º 0.49% 0.6% -
XYZ 25.34 29.82 11.63 -
YUV 143.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 150 153 78 0.02 0 0.49 0.4 62.4 0.32 0.45
Hex 96 99 4E 2 0 31 28 3E 20 2D
Octal 226 231 116 2 0 61 50 76 40 55
Binary 10010110 10011001 1001110 10 0 110001 101000 111110 100000 101101

Color Harmonies of #96994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96994E

Black with #96994E

Text Example


Text Example

White with #96994E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96994E;
 }
 .AnyTagClassName
 {
   color: #96994E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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