Html Css Color HEX #88AC76 Amulet

📋 copy color: '#88AC76'

red 136 ◦ green 172 ◦ blue 118

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

Shades of Amulet #88AC76

Tints of Amulet #88AC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 118 (46.48% from 255) = 27.7%

R = 31.92%
G = 40.38%
B = 27.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#88AC76 (or 0x88AC76) is known color: Amulet. HEX triplet: 88, AC and 76. RGB value is (136,172,118). Sum of RGB (Red+Green+Blue) = 136+172+118=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AC76 is #775389. Grayscale: #9B9B9B. Windows color (decimal): -7820170 or 7777416. OLE color: 7777416.

HSL color Cylindrical-coordinate representation of color #88AC76: hue angle of 100º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88AC76 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 172 118 -
CMYK 0.21 0 0.31 0.33
HSL 100º 0.25% 0.57% -
HSV(B) 100º 0.31% 0.67% -
XYZ 28.18 36.05 22.61 -
YUV 155.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 136 172 118 0.21 0 0.31 0.33 100 0.25 0.57
Hex 88 AC 76 15 0 1F 21 64 19 39
Octal 210 254 166 25 0 37 41 144 31 71
Binary 10001000 10101100 1110110 10101 0 11111 100001 1100100 11001 111001

Color Harmonies of #88AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AC76

Black with #88AC76

Text Example


Text Example

White with #88AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,172,118); }

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

background-color css

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

 a { background-color: rgb(136,172,118); }

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

border-color css

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

 span { border-color: rgb(136,172,118); }

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