Html Css Color HEX #96964A Highball

📋 copy color: '#96964A'

red 150 ◦ green 150 ◦ blue 74

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

Shades of Highball #96964A

Tints of Highball #96964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.11%

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 40.11%
G = 40.11%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96964A (or 0x96964A) is known color: Highball. HEX triplet: 96, 96 and 4A. RGB value is (150,150,74). Sum of RGB (Red+Green+Blue) = 150+150+74=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96964A is #6969B5. Grayscale: #8D8D8D. Windows color (decimal): -6908342 or 4888214. OLE color: 4888214.

HSL color Cylindrical-coordinate representation of color #96964A: hue angle of 60º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96964A is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 74 -
CMYK 0 0 0.51 0.41
HSL 60º 0.34% 0.44% -
HSV(B) 60º 0.51% 0.59% -
XYZ 24.72 28.79 10.73 -
YUV 141.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 150 150 74 0 0 0.51 0.41 60 0.34 0.44
Hex 96 96 4A 0 0 33 29 3C 22 2C
Octal 226 226 112 0 0 63 51 74 42 54
Binary 10010110 10010110 1001010 0 0 110011 101001 111100 100010 101100

Color Harmonies of #96964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96964A

Black with #96964A

Text Example


Text Example

White with #96964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,150,74); }

 H1.HeaderClassName
 {
   color: #96964A;
 }
 .AnyTagClassName
 {
   color: #96964A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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