Html Css Color HEX #819884 Envy

📋 copy color: '#819884'

red 129 ◦ green 152 ◦ blue 132

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

Shades of Envy #819884

Tints of Envy #819884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 31.23%
G = 36.8%
B = 31.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#819884 (or 0x819884) is known color: Envy. HEX triplet: 81, 98 and 84. RGB value is (129,152,132). Sum of RGB (Red+Green+Blue) = 129+152+132=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #819884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819884 is #7E677B. Grayscale: #8E8E8E. Windows color (decimal): -8284028 or 8689793. OLE color: 8689793.

HSL color Cylindrical-coordinate representation of color #819884: hue angle of 127.83º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819884 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 132 -
CMYK 0.15 0 0.13 0.40
HSL 127.83º 0.1% 0.55% -
HSV(B) 127.83º 0.15% 0.6% -
XYZ 24.45 28.79 26.1 -
YUV 142.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 129 152 132 0.15 0 0.13 0.40 127.83 0.1 0.55
Hex 81 98 84 F 0 D 28 80 A 37
Octal 201 230 204 17 0 15 50 200 12 67
Binary 10000001 10011000 10000100 1111 0 1101 101000 10000000 1010 110111

Color Harmonies of #819884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819884

Black with #819884

Text Example


Text Example

White with #819884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819884; }

 p { color: rgb(129,152,132); }

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

background-color css

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

 a { background-color: rgb(129,152,132); }

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

border-color css

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

 span { border-color: rgb(129,152,132); }

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