Html Css Color HEX #949648 Highball

📋 copy color: '#949648'

red 148 ◦ green 150 ◦ blue 72

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

Shades of Highball #949648

Tints of Highball #949648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 40%
G = 40.54%
B = 19.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#949648 (or 0x949648) is known color: Highball. HEX triplet: 94, 96 and 48. RGB value is (148,150,72). Sum of RGB (Red+Green+Blue) = 148+150+72=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #949648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949648 is #6B69B7. Grayscale: #8C8C8C. Windows color (decimal): -7039416 or 4757140. OLE color: 4757140.

HSL color Cylindrical-coordinate representation of color #949648: hue angle of 61.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #949648 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 72 -
CMYK 0.01 0 0.52 0.41
HSL 61.54º 0.35% 0.44% -
HSV(B) 61.54º 0.52% 0.59% -
XYZ 24.29 28.58 10.37 -
YUV 140.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 148 150 72 0.01 0 0.52 0.41 61.54 0.35 0.44
Hex 94 96 48 1 0 34 29 3E 23 2C
Octal 224 226 110 1 0 64 51 76 43 54
Binary 10010100 10010110 1001000 1 0 110100 101001 111110 100011 101100

Color Harmonies of #949648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949648

Black with #949648

Text Example


Text Example

White with #949648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949648; }

 p { color: rgb(148,150,72); }

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

background-color css

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

 a { background-color: rgb(148,150,72); }

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

border-color css

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

 span { border-color: rgb(148,150,72); }

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