#988D54

Color #988D54 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #988D54

Tints of Clay Creek #988D54

Color information

#988D54 (or 0x988D54) is unknown color: approx Clay Creek. HEX triplet: 98, 8D and 54. RGB value is (152,141,84). Sum of RGB (Red+Green+Blue) = 152+141+84=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D54 is #6772AB. Grayscale: #8A8A8A. Windows color (decimal): -6779564 or 5541272. OLE color: 5541272.

HSL color Cylindrical-coordinate representation of color #988D54: hue angle of 50.29º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #988D54 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB15214184-
CMYK00.070.450.40
HSL50.29º28.81%46.27%-
HSV(B)50.29º44.74%59.61%-
XYZ24.0726.3712.21-
YUV137.7997.64138.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=40.32%
G=37.40%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521418400.070.450.4050.2928.8146.27
Hex988D54072D28321d2e
Octal230215124075550623556
Binary10011000100011011010100011110110110100011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,84); }

 H1.HeaderClassName
 {
   color: #988D54;
 }
 .AnyTagClassName
 {
   color: #988D54;
 }
</style>
background-color css

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

 a { background-color: rgb(152,141,84); }

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

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

 span { border-color: rgb(152,141,84); }

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