Html Css Color HEX #8BAE7C Amulet

📋 copy color: '#8BAE7C'

red 139 ◦ green 174 ◦ blue 124

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

Shades of Amulet #8BAE7C

Tints of Amulet #8BAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.82%

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 31.81%
G = 39.82%
B = 28.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#8BAE7C (or 0x8BAE7C) is known color: Amulet. HEX triplet: 8B, AE and 7C. RGB value is (139,174,124). Sum of RGB (Red+Green+Blue) = 139+174+124=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE7C is #745183. Grayscale: #9E9E9E. Windows color (decimal): -7623044 or 8171147. OLE color: 8171147.

HSL color Cylindrical-coordinate representation of color #8BAE7C: hue angle of 102º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BAE7C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 174 124 -
CMYK 0.20 0 0.29 0.32
HSL 102º 0.24% 0.58% -
HSV(B) 102º 0.29% 0.68% -
XYZ 29.42 37.22 24.7 -
YUV 157.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 139 174 124 0.20 0 0.29 0.32 102 0.24 0.58
Hex 8B AE 7C 14 0 1D 20 66 18 3A
Octal 213 256 174 24 0 35 40 146 30 72
Binary 10001011 10101110 1111100 10100 0 11101 100000 1100110 11000 111010

Color Harmonies of #8BAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAE7C

Black with #8BAE7C

Text Example


Text Example

White with #8BAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,174,124); }

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

background-color css

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

 a { background-color: rgb(139,174,124); }

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

border-color css

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

 span { border-color: rgb(139,174,124); }

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