#8C9481

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

Shades of Delta #8C9481

Tints of Delta #8C9481

Color information

#8C9481 (or 0x8C9481) is unknown color: approx Delta. HEX triplet: 8C, 94 and 81. RGB value is (140,148,129). Sum of RGB (Red+Green+Blue) = 140+148+129=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9481 is #736B7E. Grayscale: #8F8F8F. Windows color (decimal): -7564159 or 8492172. OLE color: 8492172.

HSL color Cylindrical-coordinate representation of color #8C9481: hue angle of 85.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C9481 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB140148129-
CMYK0.0500.130.42
HSL85.26º8.15%54.31%-
HSV(B)85.26º12.84%58.04%-
XYZ25.3728.3424.9-
YUV143.44119.85125.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=33.57%
G=35.49%
B=30.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481290.0500.130.4285.268.1554.31
Hex8C948150D2A55836
Octal2142242015015521251066
Binary1000110010010100100000011010110110101010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,129); }

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

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

 a { background-color: rgb(140,148,129); }

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

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

 span { border-color: rgb(140,148,129); }

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