Html Css Color HEX #8CA290 Envy

📋 copy color: '#8CA290'

red 140 ◦ green 162 ◦ blue 144

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

Shades of Envy #8CA290

Tints of Envy #8CA290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.29%

R = 31.39%
G = 36.32%
B = 32.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#8CA290 (or 0x8CA290) is known color: Envy. HEX triplet: 8C, A2 and 90. RGB value is (140,162,144). Sum of RGB (Red+Green+Blue) = 140+162+144=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA290 is #735D6F. Grayscale: #999999. Windows color (decimal): -7560560 or 9478796. OLE color: 9478796.

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

Color convert

RGB 140 162 144 -
CMYK 0.14 0 0.11 0.36
HSL 130.91º 0.11% 0.59% -
HSV(B) 130.91º 0.14% 0.64% -
XYZ 28.77 33.43 31.32 -
YUV 153.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 140 162 144 0.14 0 0.11 0.36 130.91 0.11 0.59
Hex 8C A2 90 E 0 B 24 83 B 3B
Octal 214 242 220 16 0 13 44 203 13 73
Binary 10001100 10100010 10010000 1110 0 1011 100100 10000011 1011 111011

Color Harmonies of #8CA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA290

Black with #8CA290

Text Example


Text Example

White with #8CA290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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