Html Css Color HEX #988913 Hacienda

📋 copy color: '#988913'

red 152 ◦ green 137 ◦ blue 19

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

Shades of Hacienda #988913

Tints of Hacienda #988913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 49.35%
G = 44.48%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#988913 (or 0x988913) is known color: Hacienda. HEX triplet: 98, 89 and 13. RGB value is (152,137,19). Sum of RGB (Red+Green+Blue) = 152+137+19=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988913 is #6776EC. Grayscale: #808080. Windows color (decimal): -6780653 or 1280408. OLE color: 1280408.

HSL color Cylindrical-coordinate representation of color #988913: hue angle of 53.23º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #988913 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 19 -
CMYK 0 0.10 0.87 0.40
HSL 53.23º 0.78% 0.34% -
HSV(B) 53.23º 0.88% 0.6% -
XYZ 22.01 24.61 4.21 -
YUV 128.03 66.47 145.09 -
System Red Green Blue C M Y K H S L
Decimal 152 137 19 0 0.10 0.87 0.40 53.23 0.78 0.34
Hex 98 89 13 0 A 57 28 35 4E 22
Octal 230 211 23 0 12 127 50 65 116 42
Binary 10011000 10001001 10011 0 1010 1010111 101000 110101 1001110 100010

Color Harmonies of #988913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988913

Black with #988913

Text Example


Text Example

White with #988913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988913; }

 p { color: rgb(152,137,19); }

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

background-color css

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

 a { background-color: rgb(152,137,19); }

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

border-color css

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

 span { border-color: rgb(152,137,19); }

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