Html Css Color HEX #88A480 Amulet

📋 copy color: '#88A480'

red 136 ◦ green 164 ◦ blue 128

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

Shades of Amulet #88A480

Tints of Amulet #88A480

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 31.78%
G = 38.32%
B = 29.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#88A480 (or 0x88A480) is known color: Amulet. HEX triplet: 88, A4 and 80. RGB value is (136,164,128). Sum of RGB (Red+Green+Blue) = 136+164+128=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #88A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A480 is #775B7F. Grayscale: #979797. Windows color (decimal): -7822208 or 8430728. OLE color: 8430728.

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

Color convert

RGB 136 164 128 -
CMYK 0.17 0 0.22 0.36
HSL 106.67º 0.17% 0.57% -
HSV(B) 106.67º 0.22% 0.64% -
XYZ 27.33 33.34 25.42 -
YUV 151.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 136 164 128 0.17 0 0.22 0.36 106.67 0.17 0.57
Hex 88 A4 80 11 0 16 24 6B 11 39
Octal 210 244 200 21 0 26 44 153 21 71
Binary 10001000 10100100 10000000 10001 0 10110 100100 1101011 10001 111001

Color Harmonies of #88A480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A480

Black with #88A480

Text Example


Text Example

White with #88A480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,164,128); }

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

background-color css

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

 a { background-color: rgb(136,164,128); }

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

border-color css

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

 span { border-color: rgb(136,164,128); }

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