Html Css Color HEX #88945B Avocado

📋 copy color: '#88945B'

red 136 ◦ green 148 ◦ blue 91

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

Shades of Avocado #88945B

Tints of Avocado #88945B

RGB

 RED value IS 136 (53.52% from 255) = 36.27%

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 36.27%
G = 39.47%
B = 24.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#88945B (or 0x88945B) is known color: Avocado. HEX triplet: 88, 94 and 5B. RGB value is (136,148,91). Sum of RGB (Red+Green+Blue) = 136+148+91=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #88945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88945B is #776BA4. Grayscale: #8A8A8A. Windows color (decimal): -7826341 or 6001800. OLE color: 6001800.

HSL color Cylindrical-coordinate representation of color #88945B: hue angle of 72.63º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88945B is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 91 -
CMYK 0.08 0 0.39 0.42
HSL 72.63º 0.24% 0.47% -
HSV(B) 72.63º 0.39% 0.58% -
XYZ 22.63 27.17 13.95 -
YUV 137.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 136 148 91 0.08 0 0.39 0.42 72.63 0.24 0.47
Hex 88 94 5B 8 0 27 2A 49 18 2F
Octal 210 224 133 10 0 47 52 111 30 57
Binary 10001000 10010100 1011011 1000 0 100111 101010 1001001 11000 101111

Color Harmonies of #88945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88945B

Black with #88945B

Text Example


Text Example

White with #88945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88945B; }

 p { color: rgb(136,148,91); }

 H1.HeaderClassName
 {
   color: #88945B;
 }
 .AnyTagClassName
 {
   color: #88945B;
 }
</style>

background-color css

<style>
 a { background-color: #88945B; }

 a { background-color: rgb(136,148,91); }

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

border-color css

<style>
 span { border-color: #88945B; }

 span { border-color: rgb(136,148,91); }

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