Html Css Color HEX #96964D Highball

📋 copy color: '#96964D'

red 150 ◦ green 150 ◦ blue 77

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

Shades of Highball #96964D

Tints of Highball #96964D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 39.79%
G = 39.79%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96964D (or 0x96964D) is known color: Highball. HEX triplet: 96, 96 and 4D. RGB value is (150,150,77). Sum of RGB (Red+Green+Blue) = 150+150+77=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96964D is #6969B2. Grayscale: #8D8D8D. Windows color (decimal): -6908339 or 5084822. OLE color: 5084822.

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

Color convert

RGB 150 150 77 -
CMYK 0 0 0.49 0.41
HSL 60º 0.32% 0.45% -
HSV(B) 60º 0.49% 0.59% -
XYZ 24.82 28.83 11.28 -
YUV 141.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 150 150 77 0 0 0.49 0.41 60 0.32 0.45
Hex 96 96 4D 0 0 31 29 3C 20 2D
Octal 226 226 115 0 0 61 51 74 40 55
Binary 10010110 10010110 1001101 0 0 110001 101001 111100 100000 101101

Color Harmonies of #96964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96964D

Black with #96964D

Text Example


Text Example

White with #96964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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