Html Css Color HEX #949549 Highball

📋 copy color: '#949549'

red 148 ◦ green 149 ◦ blue 73

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

Shades of Highball #949549

Tints of Highball #949549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.27%

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

R = 40%
G = 40.27%
B = 19.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#949549 (or 0x949549) is known color: Highball. HEX triplet: 94, 95 and 49. RGB value is (148,149,73). Sum of RGB (Red+Green+Blue) = 148+149+73=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #949549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949549 is #6B6AB6. Grayscale: #8C8C8C. Windows color (decimal): -7039671 or 4822420. OLE color: 4822420.

HSL color Cylindrical-coordinate representation of color #949549: hue angle of 60.79º 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 #949549 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 73 -
CMYK 0.01 0 0.51 0.42
HSL 60.79º 0.34% 0.44% -
HSV(B) 60.79º 0.51% 0.58% -
XYZ 24.16 28.27 10.49 -
YUV 140.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 148 149 73 0.01 0 0.51 0.42 60.79 0.34 0.44
Hex 94 95 49 1 0 33 2A 3D 22 2C
Octal 224 225 111 1 0 63 52 75 42 54
Binary 10010100 10010101 1001001 1 0 110011 101010 111101 100010 101100

Color Harmonies of #949549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949549

Black with #949549

Text Example


Text Example

White with #949549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949549; }

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

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

background-color css

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

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

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

border-color css

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

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

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