#8F9B84

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

Shades of Delta #8F9B84

Tints of Delta #8F9B84

Color information

#8F9B84 (or 0x8F9B84) is unknown color: approx Delta. HEX triplet: 8F, 9B and 84. RGB value is (143,155,132). Sum of RGB (Red+Green+Blue) = 143+155+132=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9B84 is #70647B. Grayscale: #949494. Windows color (decimal): -7365756 or 8690575. OLE color: 8690575.

HSL color Cylindrical-coordinate representation of color #8F9B84: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F9B84 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB143155132-
CMYK0.0800.150.39
HSL91.3º10.31%56.27%-
HSV(B)91.3º14.84%60.78%-
XYZ27.2130.9526.37-
YUV148.79118.52123.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=33.26%
G=36.05%
B=30.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431551320.0800.150.3991.310.3156.27
Hex8F9B8480F275ba38
Octal21723320410017471331270
Binary10001111100110111000010010000111110011110110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,132); }

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

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

 a { background-color: rgb(143,155,132); }

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

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

 span { border-color: rgb(143,155,132); }

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