Html Css Color HEX #998D73 Pale Oyster

📋 copy color: '#998D73'

red 153 ◦ green 141 ◦ blue 115

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

Shades of Pale Oyster #998D73

Tints of Pale Oyster #998D73

RGB

 RED value IS 153 (60.16% from 255) = 37.41%

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 37.41%
G = 34.47%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#998D73 (or 0x998D73) is known color: Pale Oyster. HEX triplet: 99, 8D and 73. RGB value is (153,141,115). Sum of RGB (Red+Green+Blue) = 153+141+115=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D73 is #66728C. Grayscale: #8D8D8D. Windows color (decimal): -6713997 or 7572889. OLE color: 7572889.

HSL color Cylindrical-coordinate representation of color #998D73: hue angle of 41.05º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998D73 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 115 -
CMYK 0 0.08 0.25 0.4
HSL 41.05º 0.16% 0.53% -
HSV(B) 41.05º 0.25% 0.6% -
XYZ 25.76 27.06 20.09 -
YUV 141.62 112.98 136.11 -
System Red Green Blue C M Y K H S L
Decimal 153 141 115 0 0.08 0.25 0.4 41.05 0.16 0.53
Hex 99 8D 73 0 8 19 28 29 10 35
Octal 231 215 163 0 10 31 50 51 20 65
Binary 10011001 10001101 1110011 0 1000 11001 101000 101001 10000 110101

Color Harmonies of #998D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D73

Black with #998D73

Text Example


Text Example

White with #998D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998D73; }

 p { color: rgb(153,141,115); }

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

background-color css

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

 a { background-color: rgb(153,141,115); }

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

border-color css

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

 span { border-color: rgb(153,141,115); }

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