Html Css Color HEX #988120 Hacienda

📋 copy color: '#988120'

red 152 ◦ green 129 ◦ blue 32

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

Shades of Hacienda #988120

Tints of Hacienda #988120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 48.56%
G = 41.21%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#988120 (or 0x988120) is known color: Hacienda. HEX triplet: 98, 81 and 20. RGB value is (152,129,32). Sum of RGB (Red+Green+Blue) = 152+129+32=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #988120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988120 is #677EDF. Grayscale: #7D7D7D. Windows color (decimal): -6782688 or 2130328. OLE color: 2130328.

HSL color Cylindrical-coordinate representation of color #988120: hue angle of 48.5º 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 #988120 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 32 -
CMYK 0 0.15 0.79 0.40
HSL 48.5º 0.65% 0.36% -
HSV(B) 48.5º 0.79% 0.6% -
XYZ 21.06 22.48 4.6 -
YUV 124.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 152 129 32 0 0.15 0.79 0.40 48.5 0.65 0.36
Hex 98 81 20 0 F 4F 28 30 41 24
Octal 230 201 40 0 17 117 50 60 101 44
Binary 10011000 10000001 100000 0 1111 1001111 101000 110000 1000001 100100

Color Harmonies of #988120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988120

Black with #988120

Text Example


Text Example

White with #988120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988120; }

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

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

background-color css

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

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

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

border-color css

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

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

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