Html Css Color HEX #8CB092 Envy

📋 copy color: '#8CB092'

red 140 ◦ green 176 ◦ blue 146

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

Shades of Envy #8CB092

Tints of Envy #8CB092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.1%

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 30.3%
G = 38.1%
B = 31.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#8CB092 (or 0x8CB092) is known color: 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

RGB 140 176 146 -
CMYK 0.20 0 0.17 0.31
HSL 130º 0.19% 0.62% -
HSV(B) 130º 0.2% 0.69% -
XYZ 31.53 38.7 33 -
YUV 161.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 140 176 146 0.20 0 0.17 0.31 130 0.19 0.62
Hex 8C B0 92 14 0 11 1F 82 13 3E
Octal 214 260 222 24 0 21 37 202 23 76
Binary 10001100 10110000 10010010 10100 0 10001 11111 10000010 10011 111110

Color Harmonies of #8CB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB092

Black with #8CB092

Text Example


Text Example

White with #8CB092

Text Example


Text Example

HTML Codes & Css Web 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>