Html Css Color HEX #998E72 Pale Oyster

📋 copy color: '#998E72'

red 153 ◦ green 142 ◦ blue 114

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

Shades of Pale Oyster #998E72

Tints of Pale Oyster #998E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 37.41%
G = 34.72%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#998E72 (or 0x998E72) is known color: Pale Oyster. HEX triplet: 99, 8E and 72. RGB value is (153,142,114). Sum of RGB (Red+Green+Blue) = 153+142+114=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #998E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E72 is #66718D. Grayscale: #8E8E8E. Windows color (decimal): -6713742 or 7507609. OLE color: 7507609.

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

Color convert

RGB 153 142 114 -
CMYK 0 0.07 0.25 0.4
HSL 43.08º 0.16% 0.52% -
HSV(B) 43.08º 0.25% 0.6% -
XYZ 25.85 27.33 19.83 -
YUV 142.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 153 142 114 0 0.07 0.25 0.4 43.08 0.16 0.52
Hex 99 8E 72 0 7 19 28 2B 10 34
Octal 231 216 162 0 7 31 50 53 20 64
Binary 10011001 10001110 1110010 0 111 11001 101000 101011 10000 110100

Color Harmonies of #998E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E72

Black with #998E72

Text Example


Text Example

White with #998E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,114); }

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

background-color css

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

 a { background-color: rgb(153,142,114); }

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

border-color css

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

 span { border-color: rgb(153,142,114); }

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