Html Css Color HEX #987A20 Hacienda

📋 copy color: '#987A20'

red 152 ◦ green 122 ◦ blue 32

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

Shades of Hacienda #987A20

Tints of Hacienda #987A20

RGB

 RED value IS 152 (59.77% from 255) = 49.67%

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 49.67%
G = 39.87%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#987A20 (or 0x987A20) is known color: Hacienda. HEX triplet: 98, 7A and 20. RGB value is (152,122,32). Sum of RGB (Red+Green+Blue) = 152+122+32=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #987A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A20 is #6785DF. Grayscale: #797979. Windows color (decimal): -6784480 or 2128536. OLE color: 2128536.

HSL color Cylindrical-coordinate representation of color #987A20: hue angle of 45º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #987A20 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 122 32 -
CMYK 0 0.20 0.79 0.40
HSL 45º 0.65% 0.36% -
HSV(B) 45º 0.79% 0.6% -
XYZ 20.17 20.7 4.3 -
YUV 120.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 152 122 32 0 0.20 0.79 0.40 45 0.65 0.36
Hex 98 7A 20 0 14 4F 28 2D 41 24
Octal 230 172 40 0 24 117 50 55 101 44
Binary 10011000 1111010 100000 0 10100 1001111 101000 101101 1000001 100100

Color Harmonies of #987A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A20

Black with #987A20

Text Example


Text Example

White with #987A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987A20; }

 p { color: rgb(152,122,32); }

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

background-color css

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

 a { background-color: rgb(152,122,32); }

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

border-color css

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

 span { border-color: rgb(152,122,32); }

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