Html Css Color HEX #948947 Highball

📋 copy color: '#948947'

red 148 ◦ green 137 ◦ blue 71

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

Shades of Highball #948947

Tints of Highball #948947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 41.57%
G = 38.48%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#948947 (or 0x948947) is known color: Highball. HEX triplet: 94, 89 and 47. RGB value is (148,137,71). Sum of RGB (Red+Green+Blue) = 148+137+71=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #948947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948947 is #6B76B8. Grayscale: #858585. Windows color (decimal): -7042745 or 4688276. OLE color: 4688276.

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

Color convert

RGB 148 137 71 -
CMYK 0 0.07 0.52 0.42
HSL 51.43º 0.35% 0.43% -
HSV(B) 51.43º 0.52% 0.58% -
XYZ 22.3 24.64 9.54 -
YUV 132.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 148 137 71 0 0.07 0.52 0.42 51.43 0.35 0.43
Hex 94 89 47 0 7 34 2A 33 23 2B
Octal 224 211 107 0 7 64 52 63 43 53
Binary 10010100 10001001 1000111 0 111 110100 101010 110011 100011 101011

Color Harmonies of #948947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948947

Black with #948947

Text Example


Text Example

White with #948947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948947; }

 p { color: rgb(148,137,71); }

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

background-color css

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

 a { background-color: rgb(148,137,71); }

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

border-color css

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

 span { border-color: rgb(148,137,71); }

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