Html Css Color HEX #969448 Highball

📋 copy color: '#969448'

red 150 ◦ green 148 ◦ blue 72

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

Shades of Highball #969448

Tints of Highball #969448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 40.54%
G = 40%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#969448 (or 0x969448) is known color: Highball. HEX triplet: 96, 94 and 48. RGB value is (150,148,72). Sum of RGB (Red+Green+Blue) = 150+148+72=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #969448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969448 is #696BB7. Grayscale: #8C8C8C. Windows color (decimal): -6908856 or 4756630. OLE color: 4756630.

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

Color convert

RGB 150 148 72 -
CMYK 0 0.01 0.52 0.41
HSL 58.46º 0.35% 0.44% -
HSV(B) 58.46º 0.52% 0.59% -
XYZ 24.34 28.13 10.28 -
YUV 139.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 150 148 72 0 0.01 0.52 0.41 58.46 0.35 0.44
Hex 96 94 48 0 1 34 29 3A 23 2C
Octal 226 224 110 0 1 64 51 72 43 54
Binary 10010110 10010100 1001000 0 1 110100 101001 111010 100011 101100

Color Harmonies of #969448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969448

Black with #969448

Text Example


Text Example

White with #969448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969448; }

 p { color: rgb(150,148,72); }

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

background-color css

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

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

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

border-color css

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

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

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