#949848

Color #949848 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #949848

Tints of Highball #949848

Color information

#949848 (or 0x949848) is unknown color: approx Highball. HEX triplet: 94, 98 and 48. RGB value is (148,152,72). Sum of RGB (Red+Green+Blue) = 148+152+72=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #949848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949848 is #6B67B7. Grayscale: #8D8D8D. Windows color (decimal): -7038904 or 4757652. OLE color: 4757652.

HSL color Cylindrical-coordinate representation of color #949848: hue angle of 63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #949848 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB14815272-
CMYK0.0300.530.40
HSL63º35.71%43.92%-
HSV(B)63º52.63%59.61%-
XYZ24.6129.2210.47-
YUV141.6888.67132.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=39.78%
G=40.86%
B=19.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148152720.0300.530.406335.7143.92
Hex9498483035283f242c
Octal224230110306550774454
Binary10010100100110001001000110110101101000111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949848; }

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

 H1.HeaderClassName
 {
   color: #949848;
 }
 .AnyTagClassName
 {
   color: #949848;
 }
</style>
background-color css

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

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

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

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

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

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