Html Css Color HEX #998022 Hacienda

📋 copy color: '#998022'

red 153 ◦ green 128 ◦ blue 34

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

Shades of Hacienda #998022

Tints of Hacienda #998022

RGB

 RED value IS 153 (60.16% from 255) = 48.57%

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

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 48.57%
G = 40.63%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#998022 (or 0x998022) is known color: Hacienda. HEX triplet: 99, 80 and 22. RGB value is (153,128,34). Sum of RGB (Red+Green+Blue) = 153+128+34=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #998022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998022 is #667FDD. Grayscale: #7D7D7D. Windows color (decimal): -6717406 or 2261145. OLE color: 2261145.

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

Color convert

RGB 153 128 34 -
CMYK 0 0.16 0.78 0.4
HSL 47.39º 0.64% 0.37% -
HSV(B) 47.39º 0.78% 0.6% -
XYZ 21.14 22.33 4.71 -
YUV 124.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 153 128 34 0 0.16 0.78 0.4 47.39 0.64 0.37
Hex 99 80 22 0 10 4E 28 2F 40 25
Octal 231 200 42 0 20 116 50 57 100 45
Binary 10011001 10000000 100010 0 10000 1001110 101000 101111 1000000 100101

Color Harmonies of #998022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998022

Black with #998022

Text Example


Text Example

White with #998022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998022; }

 p { color: rgb(153,128,34); }

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

background-color css

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

 a { background-color: rgb(153,128,34); }

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

border-color css

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

 span { border-color: rgb(153,128,34); }

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