Html Css Color HEX #959249 Highball

📋 copy color: '#959249'

red 149 ◦ green 146 ◦ blue 73

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

Shades of Highball #959249

Tints of Highball #959249

RGB

 RED value IS 149 (58.59% from 255) = 40.49%

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

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

R = 40.49%
G = 39.67%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#959249 (or 0x959249) is known color: Highball. HEX triplet: 95, 92 and 49. RGB value is (149,146,73). Sum of RGB (Red+Green+Blue) = 149+146+73=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #959249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959249 is #6A6DB6. Grayscale: #8A8A8A. Windows color (decimal): -6974903 or 4821653. OLE color: 4821653.

HSL color Cylindrical-coordinate representation of color #959249: hue angle of 57.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #959249 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 73 -
CMYK 0 0.02 0.51 0.42
HSL 57.63º 0.34% 0.44% -
HSV(B) 57.63º 0.51% 0.58% -
XYZ 23.88 27.43 10.34 -
YUV 138.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 149 146 73 0 0.02 0.51 0.42 57.63 0.34 0.44
Hex 95 92 49 0 2 33 2A 3A 22 2C
Octal 225 222 111 0 2 63 52 72 42 54
Binary 10010101 10010010 1001001 0 10 110011 101010 111010 100010 101100

Color Harmonies of #959249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959249

Black with #959249

Text Example


Text Example

White with #959249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959249; }

 p { color: rgb(149,146,73); }

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

background-color css

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

 a { background-color: rgb(149,146,73); }

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

border-color css

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

 span { border-color: rgb(149,146,73); }

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