Html Css Color HEX #829190 Oslo Grey

📋 copy color: '#829190'

red 130 ◦ green 145 ◦ blue 144

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

Shades of Oslo Grey #829190

Tints of Oslo Grey #829190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

 BLUE value IS 144 (56.64% from 255) = 34.37%

R = 31.03%
G = 34.61%
B = 34.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#829190 (or 0x829190) is known color: Oslo Grey. HEX triplet: 82, 91 and 90. RGB value is (130,145,144). Sum of RGB (Red+Green+Blue) = 130+145+144=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 145 - color contains mainly: green. Hex color #829190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829190 is #7D6E6F. Grayscale: #8C8C8C. Windows color (decimal): -8220272 or 9474434. OLE color: 9474434.

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

Color convert

RGB 130 145 144 -
CMYK 0.10 0 0.01 0.43
HSL 176º 0.06% 0.54% -
HSV(B) 176º 0.1% 0.57% -
XYZ 24.37 27.01 30.31 -
YUV 140.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 130 145 144 0.10 0 0.01 0.43 176 0.06 0.54
Hex 82 91 90 A 0 1 2B B0 6 36
Octal 202 221 220 12 0 1 53 260 6 66
Binary 10000010 10010001 10010000 1010 0 1 101011 10110000 110 110110

Color Harmonies of #829190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829190

Black with #829190

Text Example


Text Example

White with #829190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829190; }

 p { color: rgb(130,145,144); }

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

background-color css

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

 a { background-color: rgb(130,145,144); }

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

border-color css

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

 span { border-color: rgb(130,145,144); }

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