Html Css Color HEX #88A272 Amulet

📋 copy color: '#88A272'

red 136 ◦ green 162 ◦ blue 114

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

Shades of Amulet #88A272

Tints of Amulet #88A272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 33.01%
G = 39.32%
B = 27.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#88A272 (or 0x88A272) is known color: Amulet. HEX triplet: 88, A2 and 72. RGB value is (136,162,114). Sum of RGB (Red+Green+Blue) = 136+162+114=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 162 - color contains mainly: green. Hex color #88A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A272 is #775D8D. Grayscale: #949494. Windows color (decimal): -7822734 or 7512712. OLE color: 7512712.

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

Color convert

RGB 136 162 114 -
CMYK 0.16 0 0.30 0.36
HSL 92.5º 0.21% 0.54% -
HSV(B) 92.5º 0.3% 0.64% -
XYZ 26.11 32.29 20.78 -
YUV 148.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 136 162 114 0.16 0 0.30 0.36 92.5 0.21 0.54
Hex 88 A2 72 10 0 1E 24 5C 15 36
Octal 210 242 162 20 0 36 44 134 25 66
Binary 10001000 10100010 1110010 10000 0 11110 100100 1011100 10101 110110

Color Harmonies of #88A272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A272

Black with #88A272

Text Example


Text Example

White with #88A272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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