Html Css Color HEX #88A97B Amulet

📋 copy color: '#88A97B'

red 136 ◦ green 169 ◦ blue 123

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

Shades of Amulet #88A97B

Tints of Amulet #88A97B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.49%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 31.78%
G = 39.49%
B = 28.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#88A97B (or 0x88A97B) is known color: Amulet. HEX triplet: 88, A9 and 7B. RGB value is (136,169,123). Sum of RGB (Red+Green+Blue) = 136+169+123=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #88A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A97B is #775684. Grayscale: #9A9A9A. Windows color (decimal): -7820933 or 8104328. OLE color: 8104328.

HSL color Cylindrical-coordinate representation of color #88A97B: hue angle of 103.04º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A97B is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 169 123 -
CMYK 0.20 0 0.27 0.34
HSL 103.04º 0.21% 0.57% -
HSV(B) 103.04º 0.27% 0.66% -
XYZ 27.92 35.04 24.03 -
YUV 153.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 136 169 123 0.20 0 0.27 0.34 103.04 0.21 0.57
Hex 88 A9 7B 14 0 1B 22 67 15 39
Octal 210 251 173 24 0 33 42 147 25 71
Binary 10001000 10101001 1111011 10100 0 11011 100010 1100111 10101 111001

Color Harmonies of #88A97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A97B

Black with #88A97B

Text Example


Text Example

White with #88A97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,169,123); }

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

background-color css

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

 a { background-color: rgb(136,169,123); }

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

border-color css

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

 span { border-color: rgb(136,169,123); }

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