#8B9381

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

Shades of Delta #8B9381

Tints of Delta #8B9381

Color information

#8B9381 (or 0x8B9381) is unknown color: approx Delta. HEX triplet: 8B, 93 and 81. RGB value is (139,147,129). Sum of RGB (Red+Green+Blue) = 139+147+129=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9381 is #746C7E. Grayscale: #8E8E8E. Windows color (decimal): -7629951 or 8491915. OLE color: 8491915.

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

Color convert

RGB139147129-
CMYK0.0500.120.42
HSL86.67º7.69%54.12%-
HSV(B)86.67º12.24%57.65%-
XYZ25.0427.9424.84-
YUV142.56120.35125.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=33.49%
G=35.42%
B=31.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471290.0500.120.4286.677.6954.12
Hex8B938150C2A57836
Octal2132232015014521271066
Binary1000101110010011100000011010110010101010101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,129); }

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

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

 a { background-color: rgb(139,147,129); }

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

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

 span { border-color: rgb(139,147,129); }

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