Html Css Color HEX #948870 Pale Oyster

📋 copy color: '#948870'

red 148 ◦ green 136 ◦ blue 112

#948870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #948870

Tints of Pale Oyster #948870

RGB

 RED value IS 148 (58.2% from 255) = 37.37%

 GREEN value IS 136 (53.52% from 255) = 34.34%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 37.37%
G = 34.34%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948870 (or 0x948870) is known color: Pale Oyster. HEX triplet: 94, 88 and 70. RGB value is (148,136,112). Sum of RGB (Red+Green+Blue) = 148+136+112=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #948870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948870 is #6B778F. Grayscale: #888888. Windows color (decimal): -7042960 or 7374996. OLE color: 7374996.

HSL color Cylindrical-coordinate representation of color #948870: hue angle of 40º 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 #948870 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 112 -
CMYK 0 0.08 0.24 0.42
HSL 40º 0.14% 0.51% -
HSV(B) 40º 0.24% 0.58% -
XYZ 23.94 25.07 18.91 -
YUV 136.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 148 136 112 0 0.08 0.24 0.42 40 0.14 0.51
Hex 94 88 70 0 8 18 2A 28 E 33
Octal 224 210 160 0 10 30 52 50 16 63
Binary 10010100 10001000 1110000 0 1000 11000 101010 101000 1110 110011

Color Harmonies of #948870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948870

Black with #948870

Text Example


Text Example

White with #948870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948870; }

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

 H1.HeaderClassName
 {
   color: #948870;
 }
 .AnyTagClassName
 {
   color: #948870;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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