Html Css Color HEX #988022 Hacienda

📋 copy color: '#988022'

red 152 ◦ green 128 ◦ blue 34

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

Shades of Hacienda #988022

Tints of Hacienda #988022

RGB

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

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

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

R = 48.41%
G = 40.76%
B = 10.83%

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

#988022 (or 0x988022) is known color: Hacienda. HEX triplet: 98, 80 and 22. RGB value is (152,128,34). Sum of RGB (Red+Green+Blue) = 152+128+34=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #988022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988022 is #677FDD. Grayscale: #7C7C7C. Windows color (decimal): -6782942 or 2261144. OLE color: 2261144.

HSL color Cylindrical-coordinate representation of color #988022: hue angle of 47.8º degrees, saturation: 0.63, 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 #988022 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 34 -
CMYK 0 0.16 0.78 0.40
HSL 47.8º 0.63% 0.36% -
HSV(B) 47.8º 0.78% 0.6% -
XYZ 20.96 22.23 4.7 -
YUV 124.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 152 128 34 0 0.16 0.78 0.40 47.8 0.63 0.36
Hex 98 80 22 0 10 4E 28 30 3F 24
Octal 230 200 42 0 20 116 50 60 77 44
Binary 10011000 10000000 100010 0 10000 1001110 101000 110000 111111 100100

Color Harmonies of #988022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988022

Black with #988022

Text Example


Text Example

White with #988022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988022; }

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

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

background-color css

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

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

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

border-color css

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

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

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