Html Css Color HEX #978A50 Clay Creek

📋 copy color: '#978A50'

red 151 ◦ green 138 ◦ blue 80

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

Shades of Clay Creek #978A50

Tints of Clay Creek #978A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.4%

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

R = 40.92%
G = 37.4%
B = 21.68%

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

#978A50 (or 0x978A50) is known color: 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

RGB 151 138 80 -
CMYK 0 0.09 0.47 0.41
HSL 49.01º 0.31% 0.45% -
HSV(B) 49.01º 0.47% 0.59% -
XYZ 23.3 25.34 11.25 -
YUV 135.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 151 138 80 0 0.09 0.47 0.41 49.01 0.31 0.45
Hex 97 8A 50 0 9 2F 29 31 1F 2D
Octal 227 212 120 0 11 57 51 61 37 55
Binary 10010111 10001010 1010000 0 1001 101111 101001 110001 11111 101101

Color Harmonies of #978A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A50

Black with #978A50

Text Example


Text Example

White with #978A50

Text Example


Text Example

HTML Codes & Css Web 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>