Html Css Color HEX #829B8B Envy

📋 copy color: '#829B8B'

red 130 ◦ green 155 ◦ blue 139

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

Shades of Envy #829B8B

Tints of Envy #829B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 30.66%
G = 36.56%
B = 32.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#829B8B (or 0x829B8B) is known color: Envy. HEX triplet: 82, 9B and 8B. RGB value is (130,155,139). Sum of RGB (Red+Green+Blue) = 130+155+139=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #829B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B8B is #7D6474. Grayscale: #919191. Windows color (decimal): -8217717 or 9149314. OLE color: 9149314.

HSL color Cylindrical-coordinate representation of color #829B8B: hue angle of 141.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B8B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 139 -
CMYK 0.16 0 0.10 0.39
HSL 141.6º 0.11% 0.56% -
HSV(B) 141.6º 0.16% 0.61% -
XYZ 25.59 30.05 28.88 -
YUV 145.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 130 155 139 0.16 0 0.10 0.39 141.6 0.11 0.56
Hex 82 9B 8B 10 0 A 27 8E B 38
Octal 202 233 213 20 0 12 47 216 13 70
Binary 10000010 10011011 10001011 10000 0 1010 100111 10001110 1011 111000

Color Harmonies of #829B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B8B

Black with #829B8B

Text Example


Text Example

White with #829B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B8B; }

 p { color: rgb(130,155,139); }

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

background-color css

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

 a { background-color: rgb(130,155,139); }

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

border-color css

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

 span { border-color: rgb(130,155,139); }

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