Html Css Color HEX #88A273 Amulet

📋 copy color: '#88A273'

red 136 ◦ green 162 ◦ blue 115

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

Shades of Amulet #88A273

Tints of Amulet #88A273

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 32.93%
G = 39.23%
B = 27.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#88A273 (or 0x88A273) is known color: Amulet. HEX triplet: 88, A2 and 73. RGB value is (136,162,115). Sum of RGB (Red+Green+Blue) = 136+162+115=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #88A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A273 is #775D8C. Grayscale: #959595. Windows color (decimal): -7822733 or 7578248. OLE color: 7578248.

HSL color Cylindrical-coordinate representation of color #88A273: hue angle of 93.19º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88A273 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 115 -
CMYK 0.16 0 0.29 0.36
HSL 93.19º 0.2% 0.54% -
HSV(B) 93.19º 0.29% 0.64% -
XYZ 26.17 32.31 21.08 -
YUV 148.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 136 162 115 0.16 0 0.29 0.36 93.19 0.2 0.54
Hex 88 A2 73 10 0 1D 24 5D 14 36
Octal 210 242 163 20 0 35 44 135 24 66
Binary 10001000 10100010 1110011 10000 0 11101 100100 1011101 10100 110110

Color Harmonies of #88A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A273

Black with #88A273

Text Example


Text Example

White with #88A273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,162,115); }

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

background-color css

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

 a { background-color: rgb(136,162,115); }

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

border-color css

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

 span { border-color: rgb(136,162,115); }

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