Html Css Color HEX #96994C Highball

📋 copy color: '#96994C'

red 150 ◦ green 153 ◦ blue 76

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

Shades of Highball #96994C

Tints of Highball #96994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 39.58%
G = 40.37%
B = 20.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#96994C (or 0x96994C) is known color: Highball. HEX triplet: 96, 99 and 4C. RGB value is (150,153,76). Sum of RGB (Red+Green+Blue) = 150+153+76=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #96994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96994C is #6966B3. Grayscale: #8F8F8F. Windows color (decimal): -6907572 or 5020054. OLE color: 5020054.

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

Color convert

RGB 150 153 76 -
CMYK 0.02 0 0.50 0.4
HSL 62.34º 0.34% 0.45% -
HSV(B) 62.34º 0.5% 0.6% -
XYZ 25.27 29.79 11.26 -
YUV 143.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 150 153 76 0.02 0 0.50 0.4 62.34 0.34 0.45
Hex 96 99 4C 2 0 32 28 3E 22 2D
Octal 226 231 114 2 0 62 50 76 42 55
Binary 10010110 10011001 1001100 10 0 110010 101000 111110 100010 101101

Color Harmonies of #96994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96994C

Black with #96994C

Text Example


Text Example

White with #96994C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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