Html Css Color HEX #978950 Clay Creek

📋 copy color: '#978950'

red 151 ◦ green 137 ◦ blue 80

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

Shades of Clay Creek #978950

Tints of Clay Creek #978950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 41.03%
G = 37.23%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#978950 (or 0x978950) is known color: Clay Creek. HEX triplet: 97, 89 and 50. RGB value is (151,137,80). Sum of RGB (Red+Green+Blue) = 151+137+80=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #978950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978950 is #6876AF. Grayscale: #868686. Windows color (decimal): -6846128 or 5278103. OLE color: 5278103.

HSL color Cylindrical-coordinate representation of color #978950: hue angle of 48.17º 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 #978950 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 137 80 -
CMYK 0 0.09 0.47 0.41
HSL 48.17º 0.31% 0.45% -
HSV(B) 48.17º 0.47% 0.59% -
XYZ 23.16 25.05 11.2 -
YUV 134.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 151 137 80 0 0.09 0.47 0.41 48.17 0.31 0.45
Hex 97 89 50 0 9 2F 29 30 1F 2D
Octal 227 211 120 0 11 57 51 60 37 55
Binary 10010111 10001001 1010000 0 1001 101111 101001 110000 11111 101101

Color Harmonies of #978950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978950

Black with #978950

Text Example


Text Example

White with #978950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978950; }

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

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

background-color css

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

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

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

border-color css

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

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

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