Html Css Color HEX #89A275 Amulet

📋 copy color: '#89A275'

red 137 ◦ green 162 ◦ blue 117

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

Shades of Amulet #89A275

Tints of Amulet #89A275

RGB

 RED value IS 137 (53.91% from 255) = 32.93%

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

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

R = 32.93%
G = 38.94%
B = 28.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#89A275 (or 0x89A275) is known color: Amulet. HEX triplet: 89, A2 and 75. RGB value is (137,162,117). Sum of RGB (Red+Green+Blue) = 137+162+117=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #89A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A275 is #765D8A. Grayscale: #959595. Windows color (decimal): -7757195 or 7709321. OLE color: 7709321.

HSL color Cylindrical-coordinate representation of color #89A275: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A275 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 162 117 -
CMYK 0.15 0 0.28 0.36
HSL 93.33º 0.19% 0.55% -
HSV(B) 93.33º 0.28% 0.64% -
XYZ 26.45 32.44 21.7 -
YUV 149.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 137 162 117 0.15 0 0.28 0.36 93.33 0.19 0.55
Hex 89 A2 75 F 0 1C 24 5D 13 37
Octal 211 242 165 17 0 34 44 135 23 67
Binary 10001001 10100010 1110101 1111 0 11100 100100 1011101 10011 110111

Color Harmonies of #89A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A275

Black with #89A275

Text Example


Text Example

White with #89A275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A275; }

 p { color: rgb(137,162,117); }

 H1.HeaderClassName
 {
   color: #89A275;
 }
 .AnyTagClassName
 {
   color: #89A275;
 }
</style>

background-color css

<style>
 a { background-color: #89A275; }

 a { background-color: rgb(137,162,117); }

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

border-color css

<style>
 span { border-color: #89A275; }

 span { border-color: rgb(137,162,117); }

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