Html Css Color HEX #969149 Highball

📋 copy color: '#969149'

red 150 ◦ green 145 ◦ blue 73

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

Shades of Highball #969149

Tints of Highball #969149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 40.76%
G = 39.4%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#969149 (or 0x969149) is known color: Highball. HEX triplet: 96, 91 and 49. RGB value is (150,145,73). Sum of RGB (Red+Green+Blue) = 150+145+73=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #969149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969149 is #696EB6. Grayscale: #8A8A8A. Windows color (decimal): -6909623 or 4821398. OLE color: 4821398.

HSL color Cylindrical-coordinate representation of color #969149: hue angle of 56.1º degrees, saturation: 0.35, 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 #969149 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 73 -
CMYK 0 0.03 0.51 0.41
HSL 56.1º 0.35% 0.44% -
HSV(B) 56.1º 0.51% 0.59% -
XYZ 23.91 27.22 10.3 -
YUV 138.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 150 145 73 0 0.03 0.51 0.41 56.1 0.35 0.44
Hex 96 91 49 0 3 33 29 38 23 2C
Octal 226 221 111 0 3 63 51 70 43 54
Binary 10010110 10010001 1001001 0 11 110011 101001 111000 100011 101100

Color Harmonies of #969149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969149

Black with #969149

Text Example


Text Example

White with #969149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969149; }

 p { color: rgb(150,145,73); }

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

background-color css

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

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

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

border-color css

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

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

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