Html Css Color HEX #988509 Hacienda

📋 copy color: '#988509'

red 152 ◦ green 133 ◦ blue 9

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

Shades of Hacienda #988509

Tints of Hacienda #988509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

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

R = 51.7%
G = 45.24%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#988509 (or 0x988509) is known color: Hacienda. HEX triplet: 98, 85 and 09. RGB value is (152,133,9). Sum of RGB (Red+Green+Blue) = 152+133+9=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #988509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988509 is #677AF6. Grayscale: #7D7D7D. Windows color (decimal): -6781687 or 624024. OLE color: 624024.

HSL color Cylindrical-coordinate representation of color #988509: hue angle of 52.03º 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 #988509 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 9 -
CMYK 0 0.13 0.94 0.40
HSL 52.03º 0.89% 0.32% -
HSV(B) 52.03º 0.94% 0.6% -
XYZ 21.39 23.47 3.66 -
YUV 124.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 152 133 9 0 0.13 0.94 0.40 52.03 0.89 0.32
Hex 98 85 9 0 D 5E 28 34 59 20
Octal 230 205 11 0 15 136 50 64 131 40
Binary 10011000 10000101 1001 0 1101 1011110 101000 110100 1011001 100000

Color Harmonies of #988509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988509

Black with #988509

Text Example


Text Example

White with #988509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988509; }

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

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

background-color css

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

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

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

border-color css

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

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

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