#958870

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

Shades of Pale Oyster #958870

Tints of Pale Oyster #958870

Color information

#958870 (or 0x958870) is unknown color: approx Pale Oyster. HEX triplet: 95, 88 and 70. RGB value is (149,136,112). Sum of RGB (Red+Green+Blue) = 149+136+112=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958870 is #6A778F. Grayscale: #898989. Windows color (decimal): -6977424 or 7374997. OLE color: 7374997.

HSL color Cylindrical-coordinate representation of color #958870: hue angle of 38.92º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #958870 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149136112-
CMYK00.090.250.42
HSL38.92º14.86%51.18%-
HSV(B)38.92º24.83%58.43%-
XYZ24.1225.1718.92-
YUV137.15113.81136.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=37.53%
G=34.26%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913611200.090.250.4238.9214.8651.18
Hex95887009192A27f33
Octal2252101600113152471763
Binary1001010110001000111000001001110011010101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958870; }

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

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

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

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

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

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

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

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