Html Css Color HEX #819B88 Envy

📋 copy color: '#819B88'

red 129 ◦ green 155 ◦ blue 136

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

Shades of Envy #819B88

Tints of Envy #819B88

RGB

 RED value IS 129 (50.78% from 255) = 30.71%

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 30.71%
G = 36.9%
B = 32.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#819B88 (or 0x819B88) is known color: Envy. HEX triplet: 81, 9B and 88. RGB value is (129,155,136). Sum of RGB (Red+Green+Blue) = 129+155+136=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #819B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B88 is #7E6477. Grayscale: #919191. Windows color (decimal): -8283256 or 8952705. OLE color: 8952705.

HSL color Cylindrical-coordinate representation of color #819B88: hue angle of 136.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819B88 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 136 -
CMYK 0.17 0 0.12 0.39
HSL 136.15º 0.12% 0.56% -
HSV(B) 136.15º 0.17% 0.61% -
XYZ 25.22 29.89 27.73 -
YUV 145.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 129 155 136 0.17 0 0.12 0.39 136.15 0.12 0.56
Hex 81 9B 88 11 0 C 27 88 C 38
Octal 201 233 210 21 0 14 47 210 14 70
Binary 10000001 10011011 10001000 10001 0 1100 100111 10001000 1100 111000

Color Harmonies of #819B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B88

Black with #819B88

Text Example


Text Example

White with #819B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819B88; }

 p { color: rgb(129,155,136); }

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

background-color css

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

 a { background-color: rgb(129,155,136); }

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

border-color css

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

 span { border-color: rgb(129,155,136); }

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