Html Css Color HEX #988965 Pale Oyster

📋 copy color: '#988965'

red 152 ◦ green 137 ◦ blue 101

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

Shades of Pale Oyster #988965

Tints of Pale Oyster #988965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 38.97%
G = 35.13%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988965 (or 0x988965) is known color: Pale Oyster. HEX triplet: 98, 89 and 65. RGB value is (152,137,101). Sum of RGB (Red+Green+Blue) = 152+137+101=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #988965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988965 is #67769A. Grayscale: #898989. Windows color (decimal): -6780571 or 6654360. OLE color: 6654360.

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

Color convert

RGB 152 137 101 -
CMYK 0 0.10 0.34 0.40
HSL 42.35º 0.2% 0.5% -
HSV(B) 42.35º 0.34% 0.6% -
XYZ 24.24 25.51 15.96 -
YUV 137.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 152 137 101 0 0.10 0.34 0.40 42.35 0.2 0.5
Hex 98 89 65 0 A 22 28 2A 14 32
Octal 230 211 145 0 12 42 50 52 24 62
Binary 10011000 10001001 1100101 0 1010 100010 101000 101010 10100 110010

Color Harmonies of #988965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988965

Black with #988965

Text Example


Text Example

White with #988965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988965; }

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

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

background-color css

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

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

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

border-color css

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

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

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