Html Css Color HEX #8AB277 Amulet

📋 copy color: '#8AB277'

red 138 ◦ green 178 ◦ blue 119

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

Shades of Amulet #8AB277

Tints of Amulet #8AB277

RGB

 RED value IS 138 (54.3% from 255) = 31.72%

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 31.72%
G = 40.92%
B = 27.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#8AB277 (or 0x8AB277) is known color: Amulet. HEX triplet: 8A, B2 and 77. RGB value is (138,178,119). Sum of RGB (Red+Green+Blue) = 138+178+119=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB277 is #754D88. Grayscale: #9F9F9F. Windows color (decimal): -7687561 or 7844490. OLE color: 7844490.

HSL color Cylindrical-coordinate representation of color #8AB277: hue angle of 100.68º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB277 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 178 119 -
CMYK 0.22 0 0.33 0.30
HSL 100.68º 0.28% 0.58% -
HSV(B) 100.68º 0.33% 0.7% -
XYZ 29.73 38.58 23.33 -
YUV 159.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 138 178 119 0.22 0 0.33 0.30 100.68 0.28 0.58
Hex 8A B2 77 16 0 21 1E 65 1C 3A
Octal 212 262 167 26 0 41 36 145 34 72
Binary 10001010 10110010 1110111 10110 0 100001 11110 1100101 11100 111010

Color Harmonies of #8AB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB277

Black with #8AB277

Text Example


Text Example

White with #8AB277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,178,119); }

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

background-color css

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

 a { background-color: rgb(138,178,119); }

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

border-color css

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

 span { border-color: rgb(138,178,119); }

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