Html Css Color HEX #948948 Highball

📋 copy color: '#948948'

red 148 ◦ green 137 ◦ blue 72

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

Shades of Highball #948948

Tints of Highball #948948

RGB

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

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

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

R = 41.46%
G = 38.38%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#948948 (or 0x948948) is known color: Highball. HEX triplet: 94, 89 and 48. RGB value is (148,137,72). Sum of RGB (Red+Green+Blue) = 148+137+72=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #948948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948948 is #6B76B7. Grayscale: #858585. Windows color (decimal): -7042744 or 4753812. OLE color: 4753812.

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

Color convert

RGB 148 137 72 -
CMYK 0 0.07 0.51 0.42
HSL 51.32º 0.35% 0.43% -
HSV(B) 51.32º 0.51% 0.58% -
XYZ 22.33 24.66 9.71 -
YUV 132.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 148 137 72 0 0.07 0.51 0.42 51.32 0.35 0.43
Hex 94 89 48 0 7 33 2A 33 23 2B
Octal 224 211 110 0 7 63 52 63 43 53
Binary 10010100 10001001 1001000 0 111 110011 101010 110011 100011 101011

Color Harmonies of #948948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948948

Black with #948948

Text Example


Text Example

White with #948948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948948; }

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

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

background-color css

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

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

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

border-color css

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

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

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