Html Css Color HEX #8B9271 Avocado

📋 copy color: '#8B9271'

red 139 ◦ green 146 ◦ blue 113

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

Shades of Avocado #8B9271

Tints of Avocado #8B9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 34.92%
G = 36.68%
B = 28.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#8B9271 (or 0x8B9271) is known color: Avocado. HEX triplet: 8B, 92 and 71. RGB value is (139,146,113). Sum of RGB (Red+Green+Blue) = 139+146+113=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9271 is #746D8E. Grayscale: #8C8C8C. Windows color (decimal): -7630223 or 7443083. OLE color: 7443083.

HSL color Cylindrical-coordinate representation of color #8B9271: hue angle of 72.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B9271 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 146 113 -
CMYK 0.05 0 0.23 0.43
HSL 72.73º 0.13% 0.51% -
HSV(B) 72.73º 0.23% 0.57% -
XYZ 23.91 27.24 19.62 -
YUV 140.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 139 146 113 0.05 0 0.23 0.43 72.73 0.13 0.51
Hex 8B 92 71 5 0 17 2B 49 D 33
Octal 213 222 161 5 0 27 53 111 15 63
Binary 10001011 10010010 1110001 101 0 10111 101011 1001001 1101 110011

Color Harmonies of #8B9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9271

Black with #8B9271

Text Example


Text Example

White with #8B9271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,146,113); }

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

background-color css

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

 a { background-color: rgb(139,146,113); }

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

border-color css

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

 span { border-color: rgb(139,146,113); }

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