#8CA292

Color #8CA292 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #8CA292

Tints of Envy #8CA292

Color information

#8CA292 (or 0x8CA292) is unknown color: approx Envy. HEX triplet: 8C, A2 and 92. RGB value is (140,162,146). Sum of RGB (Red+Green+Blue) = 140+162+146=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA292 is #735D6D. Grayscale: #999999. Windows color (decimal): -7560558 or 9609868. OLE color: 9609868.

HSL color Cylindrical-coordinate representation of color #8CA292: hue angle of 136.36º 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 #8CA292 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB140162146-
CMYK0.1400.100.36
HSL136.36º10.58%59.22%-
HSV(B)136.36º13.58%63.53%-
XYZ28.9233.4932.13-
YUV153.6123.71118.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.25%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=31.25%
G=36.16%
B=32.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621460.1400.100.36136.3610.5859.22
Hex8CA292E0A2488b3b
Octal21424222216012442101373
Binary100011001010001010010010111001010100100100010001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CA292;
 }
 .AnyTagClassName
 {
   color: #8CA292;
 }
</style>
background-color css

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

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

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

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

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

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