Html Css Color HEX #8CB47D Mantle

📋 copy color: '#8CB47D'

red 140 ◦ green 180 ◦ blue 125

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

Shades of Mantle #8CB47D

Tints of Mantle #8CB47D

RGB

 RED value IS 140 (55.08% from 255) = 31.46%

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 31.46%
G = 40.45%
B = 28.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#8CB47D (or 0x8CB47D) is known color: Mantle. HEX triplet: 8C, B4 and 7D. RGB value is (140,180,125). Sum of RGB (Red+Green+Blue) = 140+180+125=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB47D is #734B82. Grayscale: #A1A1A1. Windows color (decimal): -7555971 or 8238220. OLE color: 8238220.

HSL color Cylindrical-coordinate representation of color #8CB47D: hue angle of 103.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB47D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 180 125 -
CMYK 0.22 0 0.31 0.29
HSL 103.64º 0.27% 0.6% -
HSV(B) 103.64º 0.31% 0.71% -
XYZ 30.84 39.7 25.44 -
YUV 161.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 140 180 125 0.22 0 0.31 0.29 103.64 0.27 0.6
Hex 8C B4 7D 16 0 1F 1D 68 1B 3C
Octal 214 264 175 26 0 37 35 150 33 74
Binary 10001100 10110100 1111101 10110 0 11111 11101 1101000 11011 111100

Color Harmonies of #8CB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB47D

Black with #8CB47D

Text Example


Text Example

White with #8CB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,180,125); }

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

background-color css

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

 a { background-color: rgb(140,180,125); }

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

border-color css

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

 span { border-color: rgb(140,180,125); }

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