Html Css Color HEX #86988B Envy

📋 copy color: '#86988B'

red 134 ◦ green 152 ◦ blue 139

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

Shades of Envy #86988B

Tints of Envy #86988B

RGB

 RED value IS 134 (52.73% from 255) = 31.53%

 GREEN value IS 152 (59.77% from 255) = 35.76%

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 31.53%
G = 35.76%
B = 32.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#86988B (or 0x86988B) is known color: Envy. HEX triplet: 86, 98 and 8B. RGB value is (134,152,139). Sum of RGB (Red+Green+Blue) = 134+152+139=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #86988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86988B is #796774. Grayscale: #919191. Windows color (decimal): -7956341 or 9148550. OLE color: 9148550.

HSL color Cylindrical-coordinate representation of color #86988B: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86988B is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 139 -
CMYK 0.12 0 0.09 0.40
HSL 136.67º 0.08% 0.56% -
HSV(B) 136.67º 0.12% 0.6% -
XYZ 25.72 29.39 28.74 -
YUV 145.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 134 152 139 0.12 0 0.09 0.40 136.67 0.08 0.56
Hex 86 98 8B C 0 9 28 89 8 38
Octal 206 230 213 14 0 11 50 211 10 70
Binary 10000110 10011000 10001011 1100 0 1001 101000 10001001 1000 111000

Color Harmonies of #86988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86988B

Black with #86988B

Text Example


Text Example

White with #86988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86988B; }

 p { color: rgb(134,152,139); }

 H1.HeaderClassName
 {
   color: #86988B;
 }
 .AnyTagClassName
 {
   color: #86988B;
 }
</style>

background-color css

<style>
 a { background-color: #86988B; }

 a { background-color: rgb(134,152,139); }

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

border-color css

<style>
 span { border-color: #86988B; }

 span { border-color: rgb(134,152,139); }

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