#88A272

Color #88A272 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #88A272

Tints of Amulet #88A272

Color information

#88A272 (or 0x88A272) is unknown color: approx 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

RGB136162114-
CMYK0.1600.300.36
HSL92.5º20.51%54.12%-
HSV(B)92.5º29.63%63.53%-
XYZ26.1132.2920.78-
YUV148.75108.39118.9-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621140.1600.300.3692.520.5154.12
Hex88A2721001E245c1536
Octal21024216220036441342566
Binary1000100010100010111001010000011110100100101110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>