#8F9250

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

Shades of Highball #8F9250

Tints of Highball #8F9250

Color information

#8F9250 (or 0x8F9250) is unknown color: approx Highball. HEX triplet: 8F, 92 and 50. RGB value is (143,146,80). Sum of RGB (Red+Green+Blue) = 143+146+80=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9250 is #706DAF. Grayscale: #898989. Windows color (decimal): -7368112 or 5280399. OLE color: 5280399.

HSL color Cylindrical-coordinate representation of color #8F9250: hue angle of 62.73º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F9250 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14314680-
CMYK0.0200.450.43
HSL62.73º29.2%44.31%-
HSV(B)62.73º45.21%57.25%-
XYZ23.0526.9811.58-
YUV137.5895.51131.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=38.75%
G=39.57%
B=21.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143146800.0200.450.4362.7329.244.31
Hex8F9250202D2B3f1d2c
Octal217222120205553773554
Binary1000111110010010101000010010110110101111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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