Html Css Color HEX #88B475 Amulet

📋 copy color: '#88B475'

red 136 ◦ green 180 ◦ blue 117

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

Shades of Amulet #88B475

Tints of Amulet #88B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 31.41%
G = 41.57%
B = 27.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#88B475 (or 0x88B475) is known color: Amulet. HEX triplet: 88, B4 and 75. RGB value is (136,180,117). Sum of RGB (Red+Green+Blue) = 136+180+117=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #88B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B475 is #774B8A. Grayscale: #9F9F9F. Windows color (decimal): -7818123 or 7713928. OLE color: 7713928.

HSL color Cylindrical-coordinate representation of color #88B475: hue angle of 101.9º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88B475 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 180 117 -
CMYK 0.24 0 0.35 0.29
HSL 101.9º 0.3% 0.58% -
HSV(B) 101.9º 0.35% 0.71% -
XYZ 29.69 39.16 22.82 -
YUV 159.66 103.92 111.12 -
System Red Green Blue C M Y K H S L
Decimal 136 180 117 0.24 0 0.35 0.29 101.9 0.3 0.58
Hex 88 B4 75 18 0 23 1D 66 1E 3A
Octal 210 264 165 30 0 43 35 146 36 72
Binary 10001000 10110100 1110101 11000 0 100011 11101 1100110 11110 111010

Color Harmonies of #88B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B475

Black with #88B475

Text Example


Text Example

White with #88B475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,180,117); }

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

background-color css

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

 a { background-color: rgb(136,180,117); }

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

border-color css

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

 span { border-color: rgb(136,180,117); }

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