Html Css Color HEX #978016 Hacienda

📋 copy color: '#978016'

red 151 ◦ green 128 ◦ blue 22

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

Shades of Hacienda #978016

Tints of Hacienda #978016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 50.17%
G = 42.52%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#978016 (or 0x978016) is known color: Hacienda. HEX triplet: 97, 80 and 16. RGB value is (151,128,22). Sum of RGB (Red+Green+Blue) = 151+128+22=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #978016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978016 is #687FE9. Grayscale: #7B7B7B. Windows color (decimal): -6848490 or 1474711. OLE color: 1474711.

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

Color convert

RGB 151 128 22 -
CMYK 0 0.15 0.85 0.41
HSL 49.3º 0.75% 0.34% -
HSV(B) 49.3º 0.85% 0.59% -
XYZ 20.63 22.08 3.93 -
YUV 122.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 151 128 22 0 0.15 0.85 0.41 49.3 0.75 0.34
Hex 97 80 16 0 F 55 29 31 4B 22
Octal 227 200 26 0 17 125 51 61 113 42
Binary 10010111 10000000 10110 0 1111 1010101 101001 110001 1001011 100010

Color Harmonies of #978016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978016

Black with #978016

Text Example


Text Example

White with #978016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978016; }

 p { color: rgb(151,128,22); }

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

background-color css

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

 a { background-color: rgb(151,128,22); }

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

border-color css

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

 span { border-color: rgb(151,128,22); }

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