Html Css Color HEX #9E9278 Pale Oyster

📋 copy color: '#9E9278'

red 158 ◦ green 146 ◦ blue 120

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

Shades of Pale Oyster #9E9278

Tints of Pale Oyster #9E9278

RGB

 RED value IS 158 (62.11% from 255) = 37.26%

 GREEN value IS 146 (57.42% from 255) = 34.43%

 BLUE value IS 120 (47.27% from 255) = 28.3%

R = 37.26%
G = 34.43%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9E9278 (or 0x9E9278) is known color: Pale Oyster. HEX triplet: 9E, 92 and 78. RGB value is (158,146,120). Sum of RGB (Red+Green+Blue) = 158+146+120=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9278 is #616D87. Grayscale: #929292. Windows color (decimal): -6385032 or 7901854. OLE color: 7901854.

HSL color Cylindrical-coordinate representation of color #9E9278: hue angle of 41.05º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9278 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 146 120 -
CMYK 0 0.08 0.24 0.38
HSL 41.05º 0.16% 0.55% -
HSV(B) 41.05º 0.24% 0.62% -
XYZ 27.77 29.18 21.94 -
YUV 146.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 158 146 120 0 0.08 0.24 0.38 41.05 0.16 0.55
Hex 9E 92 78 0 8 18 26 29 10 37
Octal 236 222 170 0 10 30 46 51 20 67
Binary 10011110 10010010 1111000 0 1000 11000 100110 101001 10000 110111

Color Harmonies of #9E9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9278

Black with #9E9278

Text Example


Text Example

White with #9E9278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E9278; }

 p { color: rgb(158,146,120); }

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

background-color css

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

 a { background-color: rgb(158,146,120); }

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

border-color css

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

 span { border-color: rgb(158,146,120); }

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