#949947

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

Shades of Highball #949947

Tints of Highball #949947

Color information

#949947 (or 0x949947) is unknown color: approx Highball. HEX triplet: 94, 99 and 47. RGB value is (148,153,71). Sum of RGB (Red+Green+Blue) = 148+153+71=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #949947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949947 is #6B66B8. Grayscale: #8E8E8E. Windows color (decimal): -7038649 or 4692372. OLE color: 4692372.

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

Color convert

RGB14815371-
CMYK0.0300.540.4
HSL63.66º36.61%43.92%-
HSV(B)63.66º53.59%60%-
XYZ24.7429.5310.36-
YUV142.1687.84132.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 71 (28.12% from 255) = 19.09%
R=39.78%
G=41.13%
B=19.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148153710.0300.540.463.6636.6143.92
Hex94994730362840252c
Octal2242311073066501004554
Binary100101001001100110001111101101101010001000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949947; }

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

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

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

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

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

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

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

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