Html Css Color HEX #829491 Oslo Grey

📋 copy color: '#829491'

red 130 ◦ green 148 ◦ blue 145

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

Shades of Oslo Grey #829491

Tints of Oslo Grey #829491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

 BLUE value IS 145 (57.03% from 255) = 34.28%

R = 30.73%
G = 34.99%
B = 34.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#829491 (or 0x829491) is known color: Oslo Grey. HEX triplet: 82, 94 and 91. RGB value is (130,148,145). Sum of RGB (Red+Green+Blue) = 130+148+145=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #829491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829491 is #7D6B6E. Grayscale: #8E8E8E. Windows color (decimal): -8219503 or 9540738. OLE color: 9540738.

HSL color Cylindrical-coordinate representation of color #829491: hue angle of 170º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #829491 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 145 -
CMYK 0.12 0 0.02 0.42
HSL 170º 0.08% 0.55% -
HSV(B) 170º 0.12% 0.58% -
XYZ 24.91 27.97 30.87 -
YUV 142.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 130 148 145 0.12 0 0.02 0.42 170 0.08 0.55
Hex 82 94 91 C 0 2 2A AA 8 37
Octal 202 224 221 14 0 2 52 252 10 67
Binary 10000010 10010100 10010001 1100 0 10 101010 10101010 1000 110111

Color Harmonies of #829491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829491

Black with #829491

Text Example


Text Example

White with #829491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829491; }

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

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

background-color css

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

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

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

border-color css

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

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

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