Html Css Color HEX #9E9076 Pale Oyster

📋 copy color: '#9E9076'

red 158 ◦ green 144 ◦ blue 118

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

Shades of Pale Oyster #9E9076

Tints of Pale Oyster #9E9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 37.62%
G = 34.29%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E9076 (or 0x9E9076) is known color: Pale Oyster. HEX triplet: 9E, 90 and 76. RGB value is (158,144,118). Sum of RGB (Red+Green+Blue) = 158+144+118=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9076 is #616F89. Grayscale: #919191. Windows color (decimal): -6385546 or 7770270. OLE color: 7770270.

HSL color Cylindrical-coordinate representation of color #9E9076: hue angle of 39º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E9076 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 144 118 -
CMYK 0 0.09 0.25 0.38
HSL 39º 0.17% 0.54% -
HSV(B) 39º 0.25% 0.62% -
XYZ 27.34 28.52 21.2 -
YUV 145.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 158 144 118 0 0.09 0.25 0.38 39 0.17 0.54
Hex 9E 90 76 0 9 19 26 27 11 36
Octal 236 220 166 0 11 31 46 47 21 66
Binary 10011110 10010000 1110110 0 1001 11001 100110 100111 10001 110110

Color Harmonies of #9E9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9076

Black with #9E9076

Text Example


Text Example

White with #9E9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,144,118); }

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

background-color css

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

 a { background-color: rgb(158,144,118); }

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

border-color css

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

 span { border-color: rgb(158,144,118); }

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