Html Css Color HEX #829885 Envy

📋 copy color: '#829885'

red 130 ◦ green 152 ◦ blue 133

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

Shades of Envy #829885

Tints of Envy #829885

RGB

 RED value IS 130 (51.17% from 255) = 31.33%

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

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 31.33%
G = 36.63%
B = 32.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#829885 (or 0x829885) is known color: Envy. HEX triplet: 82, 98 and 85. RGB value is (130,152,133). Sum of RGB (Red+Green+Blue) = 130+152+133=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #829885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829885 is #7D677A. Grayscale: #8F8F8F. Windows color (decimal): -8218491 or 8755330. OLE color: 8755330.

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

Color convert

RGB 130 152 133 -
CMYK 0.14 0 0.13 0.40
HSL 128.18º 0.1% 0.55% -
HSV(B) 128.18º 0.14% 0.6% -
XYZ 24.67 28.9 26.47 -
YUV 143.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 130 152 133 0.14 0 0.13 0.40 128.18 0.1 0.55
Hex 82 98 85 E 0 D 28 80 A 37
Octal 202 230 205 16 0 15 50 200 12 67
Binary 10000010 10011000 10000101 1110 0 1101 101000 10000000 1010 110111

Color Harmonies of #829885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829885

Black with #829885

Text Example


Text Example

White with #829885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829885; }

 p { color: rgb(130,152,133); }

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

background-color css

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

 a { background-color: rgb(130,152,133); }

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

border-color css

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

 span { border-color: rgb(130,152,133); }

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