Html Css Color HEX #8B9381 Delta

📋 copy color: '#8B9381'

red 139 ◦ green 147 ◦ blue 129

#8B9381
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Delta #8B9381

Tints of Delta #8B9381

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 value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#8B9381 (or 0x8B9381) is known color: 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

RGB 139 147 129 -
CMYK 0.05 0 0.12 0.42
HSL 86.67º 0.08% 0.54% -
HSV(B) 86.67º 0.12% 0.58% -
XYZ 25.04 27.94 24.84 -
YUV 142.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 139 147 129 0.05 0 0.12 0.42 86.67 0.08 0.54
Hex 8B 93 81 5 0 C 2A 57 8 36
Octal 213 223 201 5 0 14 52 127 10 66
Binary 10001011 10010011 10000001 101 0 1100 101010 1010111 1000 110110

Color Harmonies of #8B9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9381

Black with #8B9381

Text Example


Text Example

White with #8B9381

Text Example


Text Example

HTML Codes & Css Web 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>