Html Css Color HEX #949246 Highball

📋 copy color: '#949246'

red 148 ◦ green 146 ◦ blue 70

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

Shades of Highball #949246

Tints of Highball #949246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 40.66%
G = 40.11%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#949246 (or 0x949246) is known color: Highball. HEX triplet: 94, 92 and 46. RGB value is (148,146,70). Sum of RGB (Red+Green+Blue) = 148+146+70=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #949246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949246 is #6B6DB9. Grayscale: #8A8A8A. Windows color (decimal): -7040442 or 4625044. OLE color: 4625044.

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

Color convert

RGB 148 146 70 -
CMYK 0 0.01 0.53 0.42
HSL 58.46º 0.36% 0.43% -
HSV(B) 58.46º 0.53% 0.58% -
XYZ 23.6 27.3 9.82 -
YUV 137.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 148 146 70 0 0.01 0.53 0.42 58.46 0.36 0.43
Hex 94 92 46 0 1 35 2A 3A 24 2B
Octal 224 222 106 0 1 65 52 72 44 53
Binary 10010100 10010010 1000110 0 1 110101 101010 111010 100100 101011

Color Harmonies of #949246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949246

Black with #949246

Text Example


Text Example

White with #949246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949246; }

 p { color: rgb(148,146,70); }

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

background-color css

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

 a { background-color: rgb(148,146,70); }

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

border-color css

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

 span { border-color: rgb(148,146,70); }

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