Html Css Color HEX #9E917A Pale Oyster

📋 copy color: '#9E917A'

red 158 ◦ green 145 ◦ blue 122

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

Shades of Pale Oyster #9E917A

Tints of Pale Oyster #9E917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.12%

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 37.18%
G = 34.12%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E917A (or 0x9E917A) is known color: Pale Oyster. HEX triplet: 9E, 91 and 7A. RGB value is (158,145,122). Sum of RGB (Red+Green+Blue) = 158+145+122=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E917A is #616E85. Grayscale: #929292. Windows color (decimal): -6385286 or 8032670. OLE color: 8032670.

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

Color convert

RGB 158 145 122 -
CMYK 0 0.08 0.23 0.38
HSL 38.33º 0.16% 0.55% -
HSV(B) 38.33º 0.23% 0.62% -
XYZ 27.74 28.93 22.53 -
YUV 146.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 158 145 122 0 0.08 0.23 0.38 38.33 0.16 0.55
Hex 9E 91 7A 0 8 17 26 26 10 37
Octal 236 221 172 0 10 27 46 46 20 67
Binary 10011110 10010001 1111010 0 1000 10111 100110 100110 10000 110111

Color Harmonies of #9E917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E917A

Black with #9E917A

Text Example


Text Example

White with #9E917A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,145,122); }

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

background-color css

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

 a { background-color: rgb(158,145,122); }

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

border-color css

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

 span { border-color: rgb(158,145,122); }

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