Html Css Color HEX #988974 Pale Oyster

📋 copy color: '#988974'

red 152 ◦ green 137 ◦ blue 116

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

Shades of Pale Oyster #988974

Tints of Pale Oyster #988974

RGB

 RED value IS 152 (59.77% from 255) = 37.53%

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 37.53%
G = 33.83%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988974 (or 0x988974) is known color: Pale Oyster. HEX triplet: 98, 89 and 74. RGB value is (152,137,116). Sum of RGB (Red+Green+Blue) = 152+137+116=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #988974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988974 is #67768B. Grayscale: #8B8B8B. Windows color (decimal): -6780556 or 7637400. OLE color: 7637400.

HSL color Cylindrical-coordinate representation of color #988974: hue angle of 35º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988974 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 116 -
CMYK 0 0.10 0.24 0.40
HSL 35º 0.15% 0.53% -
HSV(B) 35º 0.24% 0.6% -
XYZ 25.05 25.83 20.19 -
YUV 139.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 152 137 116 0 0.10 0.24 0.40 35 0.15 0.53
Hex 98 89 74 0 A 18 28 23 F 35
Octal 230 211 164 0 12 30 50 43 17 65
Binary 10011000 10001001 1110100 0 1010 11000 101000 100011 1111 110101

Color Harmonies of #988974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988974

Black with #988974

Text Example


Text Example

White with #988974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988974; }

 p { color: rgb(152,137,116); }

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

background-color css

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

 a { background-color: rgb(152,137,116); }

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

border-color css

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

 span { border-color: rgb(152,137,116); }

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