#989156

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

Shades of Clay Creek #989156

Tints of Clay Creek #989156

Color information

#989156 (or 0x989156) is unknown color: approx Clay Creek. HEX triplet: 98, 91 and 56. RGB value is (152,145,86). Sum of RGB (Red+Green+Blue) = 152+145+86=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #989156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989156 is #676EA9. Grayscale: #8C8C8C. Windows color (decimal): -6778538 or 5673368. OLE color: 5673368.

HSL color Cylindrical-coordinate representation of color #989156: hue angle of 53.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #989156 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15214586-
CMYK00.050.430.40
HSL53.64º27.73%46.67%-
HSV(B)53.64º43.42%59.61%-
XYZ24.7527.612.83-
YUV140.3797.32136.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=39.69%
G=37.86%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521458600.050.430.4053.6427.7346.67
Hex989156052B28361c2f
Octal230221126055350663457
Binary10011000100100011010110010110101110100011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989156; }

 p { color: rgb(152,145,86); }

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

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

 a { background-color: rgb(152,145,86); }

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

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

 span { border-color: rgb(152,145,86); }

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