Html Css Color HEX #8BA475 Amulet

📋 copy color: '#8BA475'

red 139 ◦ green 164 ◦ blue 117

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

Shades of Amulet #8BA475

Tints of Amulet #8BA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

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

R = 33.1%
G = 39.05%
B = 27.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#8BA475 (or 0x8BA475) is known color: Amulet. HEX triplet: 8B, A4 and 75. RGB value is (139,164,117). Sum of RGB (Red+Green+Blue) = 139+164+117=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA475 is #745B8A. Grayscale: #979797. Windows color (decimal): -7625611 or 7709835. OLE color: 7709835.

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

Color convert

RGB 139 164 117 -
CMYK 0.15 0 0.29 0.36
HSL 91.91º 0.21% 0.55% -
HSV(B) 91.91º 0.29% 0.64% -
XYZ 27.13 33.32 21.83 -
YUV 151.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 139 164 117 0.15 0 0.29 0.36 91.91 0.21 0.55
Hex 8B A4 75 F 0 1D 24 5C 15 37
Octal 213 244 165 17 0 35 44 134 25 67
Binary 10001011 10100100 1110101 1111 0 11101 100100 1011100 10101 110111

Color Harmonies of #8BA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA475

Black with #8BA475

Text Example


Text Example

White with #8BA475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,164,117); }

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

background-color css

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

 a { background-color: rgb(139,164,117); }

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

border-color css

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

 span { border-color: rgb(139,164,117); }

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