Html Css Color HEX #988717 Hacienda

📋 copy color: '#988717'

red 152 ◦ green 135 ◦ blue 23

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

Shades of Hacienda #988717

Tints of Hacienda #988717

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 23 (9.38% from 255) = 7.42%

R = 49.03%
G = 43.55%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#988717 (or 0x988717) is known color: Hacienda. HEX triplet: 98, 87 and 17. RGB value is (152,135,23). Sum of RGB (Red+Green+Blue) = 152+135+23=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #988717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988717 is #6778E8. Grayscale: #7F7F7F. Windows color (decimal): -6781161 or 1542040. OLE color: 1542040.

HSL color Cylindrical-coordinate representation of color #988717: hue angle of 52.09º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #988717 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 23 -
CMYK 0 0.11 0.85 0.40
HSL 52.09º 0.74% 0.34% -
HSV(B) 52.09º 0.85% 0.6% -
XYZ 21.77 24.07 4.31 -
YUV 127.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 152 135 23 0 0.11 0.85 0.40 52.09 0.74 0.34
Hex 98 87 17 0 B 55 28 34 4A 22
Octal 230 207 27 0 13 125 50 64 112 42
Binary 10011000 10000111 10111 0 1011 1010101 101000 110100 1001010 100010

Color Harmonies of #988717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988717

Black with #988717

Text Example


Text Example

White with #988717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988717; }

 p { color: rgb(152,135,23); }

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

background-color css

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

 a { background-color: rgb(152,135,23); }

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

border-color css

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

 span { border-color: rgb(152,135,23); }

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