Html Css Color HEX #978215 Hacienda

📋 copy color: '#978215'

red 151 ◦ green 130 ◦ blue 21

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

Shades of Hacienda #978215

Tints of Hacienda #978215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.05%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 50%
G = 43.05%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#978215 (or 0x978215) is known color: Hacienda. HEX triplet: 97, 82 and 15. RGB value is (151,130,21). Sum of RGB (Red+Green+Blue) = 151+130+21=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #978215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978215 is #687DEA. Grayscale: #7C7C7C. Windows color (decimal): -6847979 or 1409687. OLE color: 1409687.

HSL color Cylindrical-coordinate representation of color #978215: hue angle of 50.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #978215 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 21 -
CMYK 0 0.14 0.86 0.41
HSL 50.31º 0.76% 0.34% -
HSV(B) 50.31º 0.86% 0.59% -
XYZ 20.88 22.6 3.97 -
YUV 123.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 151 130 21 0 0.14 0.86 0.41 50.31 0.76 0.34
Hex 97 82 15 0 E 56 29 32 4C 22
Octal 227 202 25 0 16 126 51 62 114 42
Binary 10010111 10000010 10101 0 1110 1010110 101001 110010 1001100 100010

Color Harmonies of #978215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978215

Black with #978215

Text Example


Text Example

White with #978215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978215; }

 p { color: rgb(151,130,21); }

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

background-color css

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

 a { background-color: rgb(151,130,21); }

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

border-color css

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

 span { border-color: rgb(151,130,21); }

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