Html Css Color HEX #818483 Oslo Grey

📋 copy color: '#818483'

red 129 ◦ green 132 ◦ blue 131

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

Shades of Oslo Grey #818483

Tints of Oslo Grey #818483

RGB

 RED value IS 129 (50.78% from 255) = 32.91%

 GREEN value IS 132 (51.95% from 255) = 33.67%

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

R = 32.91%
G = 33.67%
B = 33.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#818483 (or 0x818483) is known color: Oslo Grey. HEX triplet: 81, 84 and 83. RGB value is (129,132,131). Sum of RGB (Red+Green+Blue) = 129+132+131=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 132 - color contains mainly: green. Hex color #818483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818483 is #7E7B7C. Grayscale: #828282. Windows color (decimal): -8289149 or 8619137. OLE color: 8619137.

HSL color Cylindrical-coordinate representation of color #818483: hue angle of 160º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #818483 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 131 -
CMYK 0.02 0 0.01 0.48
HSL 160º 0.01% 0.51% -
HSV(B) 160º 0.02% 0.52% -
XYZ 21.4 22.81 24.75 -
YUV 130.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 129 132 131 0.02 0 0.01 0.48 160 0.01 0.51
Hex 81 84 83 2 0 1 30 A0 1 33
Octal 201 204 203 2 0 1 60 240 1 63
Binary 10000001 10000100 10000011 10 0 1 110000 10100000 1 110011

Color Harmonies of #818483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818483

Black with #818483

Text Example


Text Example

White with #818483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818483; }

 p { color: rgb(129,132,131); }

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

background-color css

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

 a { background-color: rgb(129,132,131); }

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

border-color css

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

 span { border-color: rgb(129,132,131); }

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