Html Css Color HEX #978012 Hacienda

📋 copy color: '#978012'

red 151 ◦ green 128 ◦ blue 18

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

Shades of Hacienda #978012

Tints of Hacienda #978012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 50.84%
G = 43.1%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#978012 (or 0x978012) is known color: Hacienda. HEX triplet: 97, 80 and 12. RGB value is (151,128,18). Sum of RGB (Red+Green+Blue) = 151+128+18=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #978012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978012 is #687FED. Grayscale: #7A7A7A. Windows color (decimal): -6848494 or 1212567. OLE color: 1212567.

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

Color convert

RGB 151 128 18 -
CMYK 0 0.15 0.88 0.41
HSL 49.62º 0.79% 0.33% -
HSV(B) 49.62º 0.88% 0.59% -
XYZ 20.59 22.06 3.75 -
YUV 122.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 151 128 18 0 0.15 0.88 0.41 49.62 0.79 0.33
Hex 97 80 12 0 F 58 29 32 4F 21
Octal 227 200 22 0 17 130 51 62 117 41
Binary 10010111 10000000 10010 0 1111 1011000 101001 110010 1001111 100001

Color Harmonies of #978012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978012

Black with #978012

Text Example


Text Example

White with #978012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978012; }

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

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

background-color css

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

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

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

border-color css

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

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

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