#978A50

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

Shades of Clay Creek #978A50

Tints of Clay Creek #978A50

Color information

#978A50 (or 0x978A50) is unknown color: approx Clay Creek. HEX triplet: 97, 8A and 50. RGB value is (151,138,80). Sum of RGB (Red+Green+Blue) = 151+138+80=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #978A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A50 is #6875AF. Grayscale: #878787. Windows color (decimal): -6845872 or 5278359. OLE color: 5278359.

HSL color Cylindrical-coordinate representation of color #978A50: hue angle of 49.01º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #978A50 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15113880-
CMYK00.090.470.41
HSL49.01º30.74%45.29%-
HSV(B)49.01º47.02%59.22%-
XYZ23.325.3411.25-
YUV135.2896.81139.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=40.92%
G=37.40%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511388000.090.470.4149.0130.7445.29
Hex978A50092F29311f2d
Octal2272121200115751613755
Binary100101111000101010100000100110111110100111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978A50; }

 p { color: rgb(151,138,80); }

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

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

 a { background-color: rgb(151,138,80); }

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

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

 span { border-color: rgb(151,138,80); }

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