Html Css Color HEX #8CA483 Mantle

📋 copy color: '#8CA483'

red 140 ◦ green 164 ◦ blue 131

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

Shades of Mantle #8CA483

Tints of Mantle #8CA483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 32.18%
G = 37.7%
B = 30.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#8CA483 (or 0x8CA483) is known color: Mantle. HEX triplet: 8C, A4 and 83. RGB value is (140,164,131). Sum of RGB (Red+Green+Blue) = 140+164+131=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA483 is #735B7C. Grayscale: #999999. Windows color (decimal): -7560061 or 8627340. OLE color: 8627340.

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

Color convert

RGB 140 164 131 -
CMYK 0.15 0 0.20 0.36
HSL 103.64º 0.15% 0.58% -
HSV(B) 103.64º 0.2% 0.64% -
XYZ 28.19 33.77 26.5 -
YUV 153.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 140 164 131 0.15 0 0.20 0.36 103.64 0.15 0.58
Hex 8C A4 83 F 0 14 24 68 F 3A
Octal 214 244 203 17 0 24 44 150 17 72
Binary 10001100 10100100 10000011 1111 0 10100 100100 1101000 1111 111010

Color Harmonies of #8CA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA483

Black with #8CA483

Text Example


Text Example

White with #8CA483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,131); }

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

background-color css

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

 a { background-color: rgb(140,164,131); }

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

border-color css

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

 span { border-color: rgb(140,164,131); }

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