Html Css Color HEX #88A874 Amulet

📋 copy color: '#88A874'

red 136 ◦ green 168 ◦ blue 116

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

Shades of Amulet #88A874

Tints of Amulet #88A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 32.38%
G = 40%
B = 27.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#88A874 (or 0x88A874) is known color: Amulet. HEX triplet: 88, A8 and 74. RGB value is (136,168,116). Sum of RGB (Red+Green+Blue) = 136+168+116=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #88A874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A874 is #77578B. Grayscale: #989898. Windows color (decimal): -7821196 or 7645320. OLE color: 7645320.

HSL color Cylindrical-coordinate representation of color #88A874: hue angle of 96.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88A874 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 136 168 116 -
CMYK 0.19 0 0.31 0.34
HSL 96.92º 0.23% 0.56% -
HSV(B) 96.92º 0.31% 0.66% -
XYZ 27.31 34.5 21.74 -
YUV 152.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 136 168 116 0.19 0 0.31 0.34 96.92 0.23 0.56
Hex 88 A8 74 13 0 1F 22 61 17 38
Octal 210 250 164 23 0 37 42 141 27 70
Binary 10001000 10101000 1110100 10011 0 11111 100010 1100001 10111 111000

Color Harmonies of #88A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A874

Black with #88A874

Text Example


Text Example

White with #88A874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,168,116); }

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

background-color css

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

 a { background-color: rgb(136,168,116); }

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

border-color css

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

 span { border-color: rgb(136,168,116); }

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