Html Css Color HEX #988976 Pale Oyster

📋 copy color: '#988976'

red 152 ◦ green 137 ◦ blue 118

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

Shades of Pale Oyster #988976

Tints of Pale Oyster #988976

RGB

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

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

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

R = 37.35%
G = 33.66%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#988976 (or 0x988976) is known color: Pale Oyster. HEX triplet: 98, 89 and 76. RGB value is (152,137,118). Sum of RGB (Red+Green+Blue) = 152+137+118=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988976 is #677689. Grayscale: #8B8B8B. Windows color (decimal): -6780554 or 7768472. OLE color: 7768472.

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

Color convert

RGB 152 137 118 -
CMYK 0 0.10 0.22 0.40
HSL 33.53º 0.14% 0.53% -
HSV(B) 33.53º 0.22% 0.6% -
XYZ 25.16 25.87 20.81 -
YUV 139.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 152 137 118 0 0.10 0.22 0.40 33.53 0.14 0.53
Hex 98 89 76 0 A 16 28 22 E 35
Octal 230 211 166 0 12 26 50 42 16 65
Binary 10011000 10001001 1110110 0 1010 10110 101000 100010 1110 110101

Color Harmonies of #988976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988976

Black with #988976

Text Example


Text Example

White with #988976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988976; }

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

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

background-color css

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

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

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

border-color css

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

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

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