Html Css Color HEX #819A84 Envy

📋 copy color: '#819A84'

red 129 ◦ green 154 ◦ blue 132

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

Shades of Envy #819A84

Tints of Envy #819A84

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.11%

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

R = 31.08%
G = 37.11%
B = 31.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#819A84 (or 0x819A84) is known color: Envy. HEX triplet: 81, 9A and 84. RGB value is (129,154,132). Sum of RGB (Red+Green+Blue) = 129+154+132=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #819A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819A84 is #7E657B. Grayscale: #909090. Windows color (decimal): -8283516 or 8690305. OLE color: 8690305.

HSL color Cylindrical-coordinate representation of color #819A84: hue angle of 127.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #819A84 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 154 132 -
CMYK 0.16 0 0.14 0.40
HSL 127.2º 0.11% 0.55% -
HSV(B) 127.2º 0.16% 0.6% -
XYZ 24.77 29.44 26.21 -
YUV 144.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 129 154 132 0.16 0 0.14 0.40 127.2 0.11 0.55
Hex 81 9A 84 10 0 E 28 7F B 37
Octal 201 232 204 20 0 16 50 177 13 67
Binary 10000001 10011010 10000100 10000 0 1110 101000 1111111 1011 110111

Color Harmonies of #819A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819A84

Black with #819A84

Text Example


Text Example

White with #819A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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