Html Css Color HEX #998222 Hacienda

📋 copy color: '#998222'

red 153 ◦ green 130 ◦ blue 34

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

Shades of Hacienda #998222

Tints of Hacienda #998222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

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

R = 48.26%
G = 41.01%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#998222 (or 0x998222) is known color: Hacienda. HEX triplet: 99, 82 and 22. RGB value is (153,130,34). Sum of RGB (Red+Green+Blue) = 153+130+34=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #998222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998222 is #667DDD. Grayscale: #7E7E7E. Windows color (decimal): -6716894 or 2261657. OLE color: 2261657.

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

Color convert

RGB 153 130 34 -
CMYK 0 0.15 0.78 0.4
HSL 48.4º 0.64% 0.37% -
HSV(B) 48.4º 0.78% 0.6% -
XYZ 21.41 22.85 4.8 -
YUV 125.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 153 130 34 0 0.15 0.78 0.4 48.4 0.64 0.37
Hex 99 82 22 0 F 4E 28 30 40 25
Octal 231 202 42 0 17 116 50 60 100 45
Binary 10011001 10000010 100010 0 1111 1001110 101000 110000 1000000 100101

Color Harmonies of #998222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998222

Black with #998222

Text Example


Text Example

White with #998222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998222; }

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

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

background-color css

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

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

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

border-color css

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

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

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