Html Css Color HEX #96974C Highball

📋 copy color: '#96974C'

red 150 ◦ green 151 ◦ blue 76

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

Shades of Highball #96974C

Tints of Highball #96974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.05%

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

R = 39.79%
G = 40.05%
B = 20.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#96974C (or 0x96974C) is known color: Highball. HEX triplet: 96, 97 and 4C. RGB value is (150,151,76). Sum of RGB (Red+Green+Blue) = 150+151+76=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #96974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96974C is #6968B3. Grayscale: #8E8E8E. Windows color (decimal): -6908084 or 5019542. OLE color: 5019542.

HSL color Cylindrical-coordinate representation of color #96974C: hue angle of 60.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96974C is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 151 76 -
CMYK 0.01 0 0.50 0.41
HSL 60.8º 0.33% 0.45% -
HSV(B) 60.8º 0.5% 0.59% -
XYZ 24.95 29.14 11.15 -
YUV 142.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 150 151 76 0.01 0 0.50 0.41 60.8 0.33 0.45
Hex 96 97 4C 1 0 32 29 3D 21 2D
Octal 226 227 114 1 0 62 51 75 41 55
Binary 10010110 10010111 1001100 1 0 110010 101001 111101 100001 101101

Color Harmonies of #96974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96974C

Black with #96974C

Text Example


Text Example

White with #96974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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