Html Css Color HEX #96994F Highball

📋 copy color: '#96994F'

red 150 ◦ green 153 ◦ blue 79

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

Shades of Highball #96994F

Tints of Highball #96994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 39.27%
G = 40.05%
B = 20.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#96994F (or 0x96994F) is known color: Highball. HEX triplet: 96, 99 and 4F. RGB value is (150,153,79). Sum of RGB (Red+Green+Blue) = 150+153+79=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #96994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96994F is #6966B0. Grayscale: #8F8F8F. Windows color (decimal): -6907569 or 5216662. OLE color: 5216662.

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

Color convert

RGB 150 153 79 -
CMYK 0.02 0 0.48 0.4
HSL 62.43º 0.32% 0.45% -
HSV(B) 62.43º 0.48% 0.6% -
XYZ 25.38 29.83 11.82 -
YUV 143.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 150 153 79 0.02 0 0.48 0.4 62.43 0.32 0.45
Hex 96 99 4F 2 0 30 28 3E 20 2D
Octal 226 231 117 2 0 60 50 76 40 55
Binary 10010110 10011001 1001111 10 0 110000 101000 111110 100000 101101

Color Harmonies of #96994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96994F

Black with #96994F

Text Example


Text Example

White with #96994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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