Html Css Color HEX #949049 Highball

📋 copy color: '#949049'

red 148 ◦ green 144 ◦ blue 73

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

Shades of Highball #949049

Tints of Highball #949049

RGB

 RED value IS 148 (58.2% from 255) = 40.55%

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 40.55%
G = 39.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#949049 (or 0x949049) is known color: Highball. HEX triplet: 94, 90 and 49. RGB value is (148,144,73). Sum of RGB (Red+Green+Blue) = 148+144+73=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #949049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949049 is #6B6FB6. Grayscale: #898989. Windows color (decimal): -7040951 or 4821140. OLE color: 4821140.

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

Color convert

RGB 148 144 73 -
CMYK 0 0.03 0.51 0.42
HSL 56.8º 0.34% 0.43% -
HSV(B) 56.8º 0.51% 0.58% -
XYZ 23.39 26.72 10.23 -
YUV 137.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 148 144 73 0 0.03 0.51 0.42 56.8 0.34 0.43
Hex 94 90 49 0 3 33 2A 39 22 2B
Octal 224 220 111 0 3 63 52 71 42 53
Binary 10010100 10010000 1001001 0 11 110011 101010 111001 100010 101011

Color Harmonies of #949049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949049

Black with #949049

Text Example


Text Example

White with #949049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949049; }

 p { color: rgb(148,144,73); }

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

background-color css

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

 a { background-color: rgb(148,144,73); }

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

border-color css

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

 span { border-color: rgb(148,144,73); }

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