#938970

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

Shades of Pale Oyster #938970

Tints of Pale Oyster #938970

Color information

#938970 (or 0x938970) is unknown color: approx Pale Oyster. HEX triplet: 93, 89 and 70. RGB value is (147,137,112). Sum of RGB (Red+Green+Blue) = 147+137+112=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938970 is #6C768F. Grayscale: #898989. Windows color (decimal): -7108240 or 7375251. OLE color: 7375251.

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

Color convert

RGB147137112-
CMYK00.070.240.42
HSL42.86º13.94%50.78%-
HSV(B)42.86º23.81%57.65%-
XYZ23.925.2618.95-
YUV137.14113.81135.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=37.12%
G=34.60%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713711200.070.240.4242.8613.9450.78
Hex93897007182A2be33
Octal223211160073052531663
Binary100100111000100111100000111110001010101010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938970; }

 p { color: rgb(147,137,112); }

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

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

 a { background-color: rgb(147,137,112); }

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

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

 span { border-color: rgb(147,137,112); }

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