Html Css Color HEX #88B375 Amulet

📋 copy color: '#88B375'

red 136 ◦ green 179 ◦ blue 117

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

Shades of Amulet #88B375

Tints of Amulet #88B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.44%

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

R = 31.48%
G = 41.44%
B = 27.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#88B375 (or 0x88B375) is known color: Amulet. HEX triplet: 88, B3 and 75. RGB value is (136,179,117). Sum of RGB (Red+Green+Blue) = 136+179+117=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #88B375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B375 is #774C8A. Grayscale: #9F9F9F. Windows color (decimal): -7818379 or 7713672. OLE color: 7713672.

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

Color convert

RGB 136 179 117 -
CMYK 0.24 0 0.35 0.30
HSL 101.61º 0.29% 0.58% -
HSV(B) 101.61º 0.35% 0.7% -
XYZ 29.48 38.76 22.76 -
YUV 159.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 136 179 117 0.24 0 0.35 0.30 101.61 0.29 0.58
Hex 88 B3 75 18 0 23 1E 66 1D 3A
Octal 210 263 165 30 0 43 36 146 35 72
Binary 10001000 10110011 1110101 11000 0 100011 11110 1100110 11101 111010

Color Harmonies of #88B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B375

Black with #88B375

Text Example


Text Example

White with #88B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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