Html Css Color HEX #8B9557 Avocado

📋 copy color: '#8B9557'

red 139 ◦ green 149 ◦ blue 87

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

Shades of Avocado #8B9557

Tints of Avocado #8B9557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 87 (34.38% from 255) = 23.2%

R = 37.07%
G = 39.73%
B = 23.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#8B9557 (or 0x8B9557) is known color: Avocado. HEX triplet: 8B, 95 and 57. RGB value is (139,149,87). Sum of RGB (Red+Green+Blue) = 139+149+87=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9557 is #746AA8. Grayscale: #8B8B8B. Windows color (decimal): -7629481 or 5739915. OLE color: 5739915.

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

Color convert

RGB 139 149 87 -
CMYK 0.07 0 0.42 0.42
HSL 69.68º 0.26% 0.46% -
HSV(B) 69.68º 0.42% 0.58% -
XYZ 23.12 27.67 13.14 -
YUV 138.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 139 149 87 0.07 0 0.42 0.42 69.68 0.26 0.46
Hex 8B 95 57 7 0 2A 2A 46 1A 2E
Octal 213 225 127 7 0 52 52 106 32 56
Binary 10001011 10010101 1010111 111 0 101010 101010 1000110 11010 101110

Color Harmonies of #8B9557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9557

Black with #8B9557

Text Example


Text Example

White with #8B9557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,149,87); }

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

background-color css

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

 a { background-color: rgb(139,149,87); }

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

border-color css

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

 span { border-color: rgb(139,149,87); }

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