#8F9550

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

Shades of Highball #8F9550

Tints of Highball #8F9550

Color information

#8F9550 (or 0x8F9550) is unknown color: approx Highball. HEX triplet: 8F, 95 and 50. RGB value is (143,149,80). Sum of RGB (Red+Green+Blue) = 143+149+80=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9550 is #706AAF. Grayscale: #8B8B8B. Windows color (decimal): -7367344 or 5281167. OLE color: 5281167.

HSL color Cylindrical-coordinate representation of color #8F9550: hue angle of 65.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F9550 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14314980-
CMYK0.0400.460.42
HSL65.22º30.13%44.9%-
HSV(B)65.22º46.31%58.43%-
XYZ23.5227.9111.74-
YUV139.3494.51130.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=38.44%
G=40.05%
B=21.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143149800.0400.460.4265.2230.1344.9
Hex8F9550402E2A411e2d
Octal2172251204056521013655
Binary100011111001010110100001000101110101010100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F9550; }

 p { color: rgb(143,149,80); }

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

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

 a { background-color: rgb(143,149,80); }

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

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

 span { border-color: rgb(143,149,80); }

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