Html Css Color HEX #829283 Stack

📋 copy color: '#829283'

red 130 ◦ green 146 ◦ blue 131

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

Shades of Stack #829283

Tints of Stack #829283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 31.94%
G = 35.87%
B = 32.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#829283 (or 0x829283) is known color: Stack. HEX triplet: 82, 92 and 83. RGB value is (130,146,131). Sum of RGB (Red+Green+Blue) = 130+146+131=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #829283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829283 is #7D6D7C. Grayscale: #8B8B8B. Windows color (decimal): -8220029 or 8622722. OLE color: 8622722.

HSL color Cylindrical-coordinate representation of color #829283: hue angle of 123.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #829283 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 131 -
CMYK 0.11 0 0.10 0.43
HSL 123.75º 0.07% 0.54% -
HSV(B) 123.75º 0.11% 0.57% -
XYZ 23.58 26.94 25.43 -
YUV 139.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 130 146 131 0.11 0 0.10 0.43 123.75 0.07 0.54
Hex 82 92 83 B 0 A 2B 7C 7 36
Octal 202 222 203 13 0 12 53 174 7 66
Binary 10000010 10010010 10000011 1011 0 1010 101011 1111100 111 110110

Color Harmonies of #829283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829283

Black with #829283

Text Example


Text Example

White with #829283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829283; }

 p { color: rgb(130,146,131); }

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

background-color css

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

 a { background-color: rgb(130,146,131); }

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

border-color css

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

 span { border-color: rgb(130,146,131); }

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