Html Css Color HEX #88AE76 Amulet

📋 copy color: '#88AE76'

red 136 ◦ green 174 ◦ blue 118

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

Shades of Amulet #88AE76

Tints of Amulet #88AE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

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

R = 31.78%
G = 40.65%
B = 27.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#88AE76 (or 0x88AE76) is known color: Amulet. HEX triplet: 88, AE and 76. RGB value is (136,174,118). Sum of RGB (Red+Green+Blue) = 136+174+118=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #88AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AE76 is #775189. Grayscale: #9C9C9C. Windows color (decimal): -7819658 or 7777928. OLE color: 7777928.

HSL color Cylindrical-coordinate representation of color #88AE76: hue angle of 100.71º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88AE76 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 174 118 -
CMYK 0.22 0 0.32 0.32
HSL 100.71º 0.26% 0.57% -
HSV(B) 100.71º 0.32% 0.68% -
XYZ 28.56 36.81 22.74 -
YUV 156.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 136 174 118 0.22 0 0.32 0.32 100.71 0.26 0.57
Hex 88 AE 76 16 0 20 20 65 1A 39
Octal 210 256 166 26 0 40 40 145 32 71
Binary 10001000 10101110 1110110 10110 0 100000 100000 1100101 11010 111001

Color Harmonies of #88AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AE76

Black with #88AE76

Text Example


Text Example

White with #88AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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