Html Css Color HEX #8BA87E Amulet

📋 copy color: '#8BA87E'

red 139 ◦ green 168 ◦ blue 126

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

Shades of Amulet #8BA87E

Tints of Amulet #8BA87E

RGB

 RED value IS 139 (54.69% from 255) = 32.1%

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 32.1%
G = 38.8%
B = 29.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#8BA87E (or 0x8BA87E) is known color: Amulet. HEX triplet: 8B, A8 and 7E. RGB value is (139,168,126). Sum of RGB (Red+Green+Blue) = 139+168+126=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA87E is #745781. Grayscale: #9A9A9A. Windows color (decimal): -7624578 or 8300683. OLE color: 8300683.

HSL color Cylindrical-coordinate representation of color #8BA87E: hue angle of 101.43º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BA87E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 168 126 -
CMYK 0.17 0 0.25 0.34
HSL 101.43º 0.19% 0.58% -
HSV(B) 101.43º 0.25% 0.66% -
XYZ 28.42 35 25 -
YUV 154.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 139 168 126 0.17 0 0.25 0.34 101.43 0.19 0.58
Hex 8B A8 7E 11 0 19 22 65 13 3A
Octal 213 250 176 21 0 31 42 145 23 72
Binary 10001011 10101000 1111110 10001 0 11001 100010 1100101 10011 111010

Color Harmonies of #8BA87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA87E

Black with #8BA87E

Text Example


Text Example

White with #8BA87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA87E; }

 p { color: rgb(139,168,126); }

 H1.HeaderClassName
 {
   color: #8BA87E;
 }
 .AnyTagClassName
 {
   color: #8BA87E;
 }
</style>

background-color css

<style>
 a { background-color: #8BA87E; }

 a { background-color: rgb(139,168,126); }

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

border-color css

<style>
 span { border-color: #8BA87E; }

 span { border-color: rgb(139,168,126); }

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