Html Css Color HEX #8CA288 Mantle

📋 copy color: '#8CA288'

red 140 ◦ green 162 ◦ blue 136

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

Shades of Mantle #8CA288

Tints of Mantle #8CA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 31.96%
G = 36.99%
B = 31.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#8CA288 (or 0x8CA288) is known color: Mantle. HEX triplet: 8C, A2 and 88. RGB value is (140,162,136). Sum of RGB (Red+Green+Blue) = 140+162+136=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA288 is #735D77. Grayscale: #989898. Windows color (decimal): -7560568 or 8954508. OLE color: 8954508.

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

Color convert

RGB 140 162 136 -
CMYK 0.14 0 0.16 0.36
HSL 110.77º 0.12% 0.58% -
HSV(B) 110.77º 0.16% 0.64% -
XYZ 28.18 33.19 28.21 -
YUV 152.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 140 162 136 0.14 0 0.16 0.36 110.77 0.12 0.58
Hex 8C A2 88 E 0 10 24 6F C 3A
Octal 214 242 210 16 0 20 44 157 14 72
Binary 10001100 10100010 10001000 1110 0 10000 100100 1101111 1100 111010

Color Harmonies of #8CA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA288

Black with #8CA288

Text Example


Text Example

White with #8CA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,162,136); }

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

background-color css

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

 a { background-color: rgb(140,162,136); }

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

border-color css

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

 span { border-color: rgb(140,162,136); }

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