Html Css Color HEX #978D55 Clay Creek

📋 copy color: '#978D55'

red 151 ◦ green 141 ◦ blue 85

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

Shades of Clay Creek #978D55

Tints of Clay Creek #978D55

RGB

 RED value IS 151 (59.38% from 255) = 40.05%

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 40.05%
G = 37.4%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#978D55 (or 0x978D55) is known color: Clay Creek. HEX triplet: 97, 8D and 55. RGB value is (151,141,85). Sum of RGB (Red+Green+Blue) = 151+141+85=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #978D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D55 is #6872AA. Grayscale: #898989. Windows color (decimal): -6845099 or 5606807. OLE color: 5606807.

HSL color Cylindrical-coordinate representation of color #978D55: hue angle of 50.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978D55 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 141 85 -
CMYK 0 0.07 0.44 0.41
HSL 50.91º 0.28% 0.46% -
HSV(B) 50.91º 0.44% 0.59% -
XYZ 23.93 26.28 12.41 -
YUV 137.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 151 141 85 0 0.07 0.44 0.41 50.91 0.28 0.46
Hex 97 8D 55 0 7 2C 29 33 1C 2E
Octal 227 215 125 0 7 54 51 63 34 56
Binary 10010111 10001101 1010101 0 111 101100 101001 110011 11100 101110

Color Harmonies of #978D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D55

Black with #978D55

Text Example


Text Example

White with #978D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,85); }

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

background-color css

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

 a { background-color: rgb(151,141,85); }

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

border-color css

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

 span { border-color: rgb(151,141,85); }

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