#8CB092

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

Shades of Envy #8CB092

Tints of Envy #8CB092

Color information

#8CB092 (or 0x8CB092) is unknown color: approx Envy. HEX triplet: 8C, B0 and 92. RGB value is (140,176,146). Sum of RGB (Red+Green+Blue) = 140+176+146=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB092 is #734F6D. Grayscale: #A1A1A1. Windows color (decimal): -7556974 or 9613452. OLE color: 9613452.

HSL color Cylindrical-coordinate representation of color #8CB092: hue angle of 130º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CB092 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB140176146-
CMYK0.2000.170.31
HSL130º18.56%61.96%-
HSV(B)130º20.45%69.02%-
XYZ31.5338.733-
YUV161.82119.07112.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=30.30%
G=38.10%
B=31.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401761460.2000.170.3113018.5661.96
Hex8CB092140111F82133e
Octal21426022224021372022376
Binary10001100101100001001001010100010001111111000001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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