Html Css Color HEX #988009 Hacienda

📋 copy color: '#988009'

red 152 ◦ green 128 ◦ blue 9

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

Shades of Hacienda #988009

Tints of Hacienda #988009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.11%

R = 52.6%
G = 44.29%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#988009 (or 0x988009) is known color: Hacienda. HEX triplet: 98, 80 and 09. RGB value is (152,128,9). Sum of RGB (Red+Green+Blue) = 152+128+9=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #988009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988009 is #677FF6. Grayscale: #7A7A7A. Windows color (decimal): -6782967 or 622744. OLE color: 622744.

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

Color convert

RGB 152 128 9 -
CMYK 0 0.16 0.94 0.40
HSL 49.93º 0.89% 0.32% -
HSV(B) 49.93º 0.94% 0.6% -
XYZ 20.72 22.13 3.44 -
YUV 121.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 152 128 9 0 0.16 0.94 0.40 49.93 0.89 0.32
Hex 98 80 9 0 10 5E 28 32 59 20
Octal 230 200 11 0 20 136 50 62 131 40
Binary 10011000 10000000 1001 0 10000 1011110 101000 110010 1011001 100000

Color Harmonies of #988009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988009

Black with #988009

Text Example


Text Example

White with #988009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988009; }

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

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

background-color css

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

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

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

border-color css

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

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

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