Html Css Color HEX #8B9553 Avocado

📋 copy color: '#8B9553'

red 139 ◦ green 149 ◦ blue 83

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

Shades of Avocado #8B9553

Tints of Avocado #8B9553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 37.47%
G = 40.16%
B = 22.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#8B9553 (or 0x8B9553) is known color: Avocado. HEX triplet: 8B, 95 and 53. RGB value is (139,149,83). Sum of RGB (Red+Green+Blue) = 139+149+83=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9553 is #746AAC. Grayscale: #8A8A8A. Windows color (decimal): -7629485 or 5477771. OLE color: 5477771.

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

Color convert

RGB 139 149 83 -
CMYK 0.07 0 0.44 0.42
HSL 69.09º 0.28% 0.45% -
HSV(B) 69.09º 0.44% 0.58% -
XYZ 22.96 27.61 12.3 -
YUV 138.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 139 149 83 0.07 0 0.44 0.42 69.09 0.28 0.45
Hex 8B 95 53 7 0 2C 2A 45 1C 2D
Octal 213 225 123 7 0 54 52 105 34 55
Binary 10001011 10010101 1010011 111 0 101100 101010 1000101 11100 101101

Color Harmonies of #8B9553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9553

Black with #8B9553

Text Example


Text Example

White with #8B9553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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