Html Css Color HEX #88AD71 Amulet

📋 copy color: '#88AD71'

red 136 ◦ green 173 ◦ blue 113

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

Shades of Amulet #88AD71

Tints of Amulet #88AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

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

R = 32.23%
G = 41%
B = 26.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#88AD71 (or 0x88AD71) is known color: Amulet. HEX triplet: 88, AD and 71. RGB value is (136,173,113). Sum of RGB (Red+Green+Blue) = 136+173+113=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD71 is #77528E. Grayscale: #9B9B9B. Windows color (decimal): -7819919 or 7449992. OLE color: 7449992.

HSL color Cylindrical-coordinate representation of color #88AD71: hue angle of 97º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88AD71 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 173 113 -
CMYK 0.21 0 0.35 0.32
HSL 97º 0.27% 0.56% -
HSV(B) 97º 0.35% 0.68% -
XYZ 28.08 36.31 21.15 -
YUV 155.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 136 173 113 0.21 0 0.35 0.32 97 0.27 0.56
Hex 88 AD 71 15 0 23 20 61 1B 38
Octal 210 255 161 25 0 43 40 141 33 70
Binary 10001000 10101101 1110001 10101 0 100011 100000 1100001 11011 111000

Color Harmonies of #88AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AD71

Black with #88AD71

Text Example


Text Example

White with #88AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88AD71; }

 p { color: rgb(136,173,113); }

 H1.HeaderClassName
 {
   color: #88AD71;
 }
 .AnyTagClassName
 {
   color: #88AD71;
 }
</style>

background-color css

<style>
 a { background-color: #88AD71; }

 a { background-color: rgb(136,173,113); }

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

border-color css

<style>
 span { border-color: #88AD71; }

 span { border-color: rgb(136,173,113); }

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