Html Css Color HEX #988B74 Pale Oyster

📋 copy color: '#988B74'

red 152 ◦ green 139 ◦ blue 116

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

Shades of Pale Oyster #988B74

Tints of Pale Oyster #988B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

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

R = 37.35%
G = 34.15%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988B74 (or 0x988B74) is known color: Pale Oyster. HEX triplet: 98, 8B and 74. RGB value is (152,139,116). Sum of RGB (Red+Green+Blue) = 152+139+116=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B74 is #67748B. Grayscale: #8C8C8C. Windows color (decimal): -6780044 or 7637912. OLE color: 7637912.

HSL color Cylindrical-coordinate representation of color #988B74: hue angle of 38.33º 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 #988B74 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 139 116 -
CMYK 0 0.09 0.24 0.40
HSL 38.33º 0.15% 0.53% -
HSV(B) 38.33º 0.24% 0.6% -
XYZ 25.33 26.4 20.28 -
YUV 140.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 152 139 116 0 0.09 0.24 0.40 38.33 0.15 0.53
Hex 98 8B 74 0 9 18 28 26 F 35
Octal 230 213 164 0 11 30 50 46 17 65
Binary 10011000 10001011 1110100 0 1001 11000 101000 100110 1111 110101

Color Harmonies of #988B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B74

Black with #988B74

Text Example


Text Example

White with #988B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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