#838484

Color #838484 Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #838484

Tints of Oslo Grey #838484

Color information

#838484 (or 0x838484) is unknown color: approx Oslo Grey. HEX triplet: 83, 84 and 84. RGB value is (131,132,132). Sum of RGB (Red+Green+Blue) = 131+132+132=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #838484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838484 is #7C7B7B. Grayscale: #838383. Windows color (decimal): -8158076 or 8684675. OLE color: 8684675.

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

Color convert

RGB131132132-
CMYK0.01000.48
HSL180º0.4%51.57%-
HSV(B)180º0.76%51.76%-
XYZ21.7822.9925.12-
YUV131.7128.17127.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=33.16%
G=33.42%
B=33.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321320.01000.481800.451.57
Hex83848410030b4034
Octal20320420410060264064
Binary100000111000010010000100100110000101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838484; }

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

 H1.HeaderClassName
 {
   color: #838484;
 }
 .AnyTagClassName
 {
   color: #838484;
 }
</style>
background-color css

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

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

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

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

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

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