#988965

Color #988965 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #988965

Tints of Pale Oyster #988965

Color information

#988965 (or 0x988965) is unknown color: approx 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

RGB152137101-
CMYK00.100.340.40
HSL42.35º20.16%49.61%-
HSV(B)42.35º33.55%59.61%-
XYZ24.2425.5115.96-
YUV137.38107.47138.43-

RGB Variations

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

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.90%
R=38.97%
G=35.13%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213710100.100.340.4042.3520.1649.61
Hex9889650A22282a1432
Octal2302111450124250522462
Binary100110001000100111001010101010001010100010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>