Html Css Color HEX #8B9486 Spanish Green

📋 copy color: '#8B9486'

red 139 ◦ green 148 ◦ blue 134

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

Shades of Spanish Green #8B9486

Tints of Spanish Green #8B9486

RGB

 RED value IS 139 (54.69% from 255) = 33.02%

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 33.02%
G = 35.15%
B = 31.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#8B9486 (or 0x8B9486) is known color: Spanish Green. HEX triplet: 8B, 94 and 86. RGB value is (139,148,134). Sum of RGB (Red+Green+Blue) = 139+148+134=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9486 is #746B79. Grayscale: #8F8F8F. Windows color (decimal): -7629690 or 8819851. OLE color: 8819851.

HSL color Cylindrical-coordinate representation of color #8B9486: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9486 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 148 134 -
CMYK 0.06 0 0.09 0.42
HSL 98.57º 0.06% 0.55% -
HSV(B) 98.57º 0.09% 0.58% -
XYZ 25.54 28.39 26.69 -
YUV 143.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 139 148 134 0.06 0 0.09 0.42 98.57 0.06 0.55
Hex 8B 94 86 6 0 9 2A 63 6 37
Octal 213 224 206 6 0 11 52 143 6 67
Binary 10001011 10010100 10000110 110 0 1001 101010 1100011 110 110111

Color Harmonies of #8B9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9486

Black with #8B9486

Text Example


Text Example

White with #8B9486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,148,134); }

 H1.HeaderClassName
 {
   color: #8B9486;
 }
 .AnyTagClassName
 {
   color: #8B9486;
 }
</style>

background-color css

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

 a { background-color: rgb(139,148,134); }

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

border-color css

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

 span { border-color: rgb(139,148,134); }

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