Html Css Color HEX #88945C Avocado

📋 copy color: '#88945C'

red 136 ◦ green 148 ◦ blue 92

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

Shades of Avocado #88945C

Tints of Avocado #88945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 36.17%
G = 39.36%
B = 24.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#88945C (or 0x88945C) is known color: Avocado. HEX triplet: 88, 94 and 5C. RGB value is (136,148,92). Sum of RGB (Red+Green+Blue) = 136+148+92=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #88945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88945C is #776BA3. Grayscale: #8A8A8A. Windows color (decimal): -7826340 or 6067336. OLE color: 6067336.

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

Color convert

RGB 136 148 92 -
CMYK 0.08 0 0.38 0.42
HSL 72.86º 0.23% 0.47% -
HSV(B) 72.86º 0.38% 0.58% -
XYZ 22.68 27.19 14.18 -
YUV 138.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 136 148 92 0.08 0 0.38 0.42 72.86 0.23 0.47
Hex 88 94 5C 8 0 26 2A 49 17 2F
Octal 210 224 134 10 0 46 52 111 27 57
Binary 10001000 10010100 1011100 1000 0 100110 101010 1001001 10111 101111

Color Harmonies of #88945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88945C

Black with #88945C

Text Example


Text Example

White with #88945C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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