#928870

Color #928870 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #928870

Tints of Pale Oyster #928870

Color information

#928870 (or 0x928870) is unknown color: approx Pale Oyster. HEX triplet: 92, 88 and 70. RGB value is (146,136,112). Sum of RGB (Red+Green+Blue) = 146+136+112=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #928870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928870 is #6D778F. Grayscale: #888888. Windows color (decimal): -7174032 or 7374994. OLE color: 7374994.

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

Color convert

RGB146136112-
CMYK00.070.230.43
HSL42.35º13.49%50.59%-
HSV(B)42.35º23.29%57.25%-
XYZ23.5824.8918.89-
YUV136.25114.31134.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=37.06%
G=34.52%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613611200.070.230.4342.3513.4950.59
Hex92887007172B2ad33
Octal222210160072753521563
Binary100100101000100011100000111101111010111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928870; }

 p { color: rgb(146,136,112); }

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

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

 a { background-color: rgb(146,136,112); }

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

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

 span { border-color: rgb(146,136,112); }

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