#958872

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

Shades of Pale Oyster #958872

Tints of Pale Oyster #958872

Color information

#958872 (or 0x958872) is unknown color: approx Pale Oyster. HEX triplet: 95, 88 and 72. RGB value is (149,136,114). Sum of RGB (Red+Green+Blue) = 149+136+114=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958872 is #6A778D. Grayscale: #898989. Windows color (decimal): -6977422 or 7506069. OLE color: 7506069.

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

Color convert

RGB149136114-
CMYK00.090.230.42
HSL37.71º14.17%51.57%-
HSV(B)37.71º23.49%58.43%-
XYZ24.2425.2119.51-
YUV137.38114.81136.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.34%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=37.34%
G=34.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913611400.090.230.4237.7114.1751.57
Hex95887209172A26e34
Octal2252101620112752461664
Binary1001010110001000111001001001101111010101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958872; }

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

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

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

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

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

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

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

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