Html Css Color HEX #839488 Envy

📋 copy color: '#839488'

red 131 ◦ green 148 ◦ blue 136

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

Shades of Envy #839488

Tints of Envy #839488

RGB

 RED value IS 131 (51.56% from 255) = 31.57%

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 31.57%
G = 35.66%
B = 32.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#839488 (or 0x839488) is known color: Envy. HEX triplet: 83, 94 and 88. RGB value is (131,148,136). Sum of RGB (Red+Green+Blue) = 131+148+136=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #839488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839488 is #7C6B77. Grayscale: #8D8D8D. Windows color (decimal): -8153976 or 8950915. OLE color: 8950915.

HSL color Cylindrical-coordinate representation of color #839488: hue angle of 137.65º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839488 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 136 -
CMYK 0.11 0 0.08 0.42
HSL 137.65º 0.07% 0.55% -
HSV(B) 137.65º 0.11% 0.58% -
XYZ 24.39 27.78 27.37 -
YUV 141.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 131 148 136 0.11 0 0.08 0.42 137.65 0.07 0.55
Hex 83 94 88 B 0 8 2A 8A 7 37
Octal 203 224 210 13 0 10 52 212 7 67
Binary 10000011 10010100 10001000 1011 0 1000 101010 10001010 111 110111

Color Harmonies of #839488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839488

Black with #839488

Text Example


Text Example

White with #839488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839488; }

 p { color: rgb(131,148,136); }

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

background-color css

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

 a { background-color: rgb(131,148,136); }

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

border-color css

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

 span { border-color: rgb(131,148,136); }

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