Html Css Color HEX #96924B Highball

📋 copy color: '#96924B'

red 150 ◦ green 146 ◦ blue 75

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

Shades of Highball #96924B

Tints of Highball #96924B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 40.43%
G = 39.35%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96924B (or 0x96924B) is known color: Highball. HEX triplet: 96, 92 and 4B. RGB value is (150,146,75). Sum of RGB (Red+Green+Blue) = 150+146+75=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96924B is #696DB4. Grayscale: #8B8B8B. Windows color (decimal): -6909365 or 4952726. OLE color: 4952726.

HSL color Cylindrical-coordinate representation of color #96924B: hue angle of 56.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96924B is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 75 -
CMYK 0 0.03 0.5 0.41
HSL 56.8º 0.33% 0.44% -
HSV(B) 56.8º 0.5% 0.59% -
XYZ 24.13 27.55 10.7 -
YUV 139.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 150 146 75 0 0.03 0.5 0.41 56.8 0.33 0.44
Hex 96 92 4B 0 3 32 29 39 21 2C
Octal 226 222 113 0 3 62 51 71 41 54
Binary 10010110 10010010 1001011 0 11 110010 101001 111001 100001 101100

Color Harmonies of #96924B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96924B

Black with #96924B

Text Example


Text Example

White with #96924B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96924B; }

 p { color: rgb(150,146,75); }

 H1.HeaderClassName
 {
   color: #96924B;
 }
 .AnyTagClassName
 {
   color: #96924B;
 }
</style>

background-color css

<style>
 a { background-color: #96924B; }

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

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

border-color css

<style>
 span { border-color: #96924B; }

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

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