Html Css Color HEX #988021 Hacienda

📋 copy color: '#988021'

red 152 ◦ green 128 ◦ blue 33

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

Shades of Hacienda #988021

Tints of Hacienda #988021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.54%

R = 48.56%
G = 40.89%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#988021 (or 0x988021) is known color: Hacienda. HEX triplet: 98, 80 and 21. RGB value is (152,128,33). Sum of RGB (Red+Green+Blue) = 152+128+33=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #988021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988021 is #677FDE. Grayscale: #7C7C7C. Windows color (decimal): -6782943 or 2195608. OLE color: 2195608.

HSL color Cylindrical-coordinate representation of color #988021: hue angle of 47.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #988021 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 33 -
CMYK 0 0.16 0.78 0.40
HSL 47.9º 0.64% 0.36% -
HSV(B) 47.9º 0.78% 0.6% -
XYZ 20.94 22.22 4.62 -
YUV 124.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 152 128 33 0 0.16 0.78 0.40 47.9 0.64 0.36
Hex 98 80 21 0 10 4E 28 30 40 24
Octal 230 200 41 0 20 116 50 60 100 44
Binary 10011000 10000000 100001 0 10000 1001110 101000 110000 1000000 100100

Color Harmonies of #988021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988021

Black with #988021

Text Example


Text Example

White with #988021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988021; }

 p { color: rgb(152,128,33); }

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

background-color css

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

 a { background-color: rgb(152,128,33); }

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

border-color css

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

 span { border-color: rgb(152,128,33); }

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