Html Css Color HEX #8BA374 Amulet

📋 copy color: '#8BA374'

red 139 ◦ green 163 ◦ blue 116

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

Shades of Amulet #8BA374

Tints of Amulet #8BA374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 33.25%
G = 39%
B = 27.75%

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

#8BA374 (or 0x8BA374) is known color: Amulet. HEX triplet: 8B, A3 and 74. RGB value is (139,163,116). Sum of RGB (Red+Green+Blue) = 139+163+116=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA374 is #745C8B. Grayscale: #969696. Windows color (decimal): -7625868 or 7644043. OLE color: 7644043.

HSL color Cylindrical-coordinate representation of color #8BA374: hue angle of 90.64º degrees, saturation: 0.2, 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 #8BA374 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 163 116 -
CMYK 0.15 0 0.29 0.36
HSL 90.64º 0.2% 0.55% -
HSV(B) 90.64º 0.29% 0.64% -
XYZ 26.9 32.94 21.46 -
YUV 150.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 139 163 116 0.15 0 0.29 0.36 90.64 0.2 0.55
Hex 8B A3 74 F 0 1D 24 5B 14 37
Octal 213 243 164 17 0 35 44 133 24 67
Binary 10001011 10100011 1110100 1111 0 11101 100100 1011011 10100 110111

Color Harmonies of #8BA374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA374

Black with #8BA374

Text Example


Text Example

White with #8BA374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,163,116); }

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

background-color css

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

 a { background-color: rgb(139,163,116); }

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

border-color css

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

 span { border-color: rgb(139,163,116); }

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