Html Css Color HEX #988915 Hacienda

📋 copy color: '#988915'

red 152 ◦ green 137 ◦ blue 21

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

Shades of Hacienda #988915

Tints of Hacienda #988915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 49.03%
G = 44.19%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#988915 (or 0x988915) is known color: Hacienda. HEX triplet: 98, 89 and 15. RGB value is (152,137,21). Sum of RGB (Red+Green+Blue) = 152+137+21=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #988915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988915 is #6776EA. Grayscale: #808080. Windows color (decimal): -6780651 or 1411480. OLE color: 1411480.

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

Color convert

RGB 152 137 21 -
CMYK 0 0.10 0.86 0.40
HSL 53.13º 0.76% 0.34% -
HSV(B) 53.13º 0.86% 0.6% -
XYZ 22.03 24.62 4.3 -
YUV 128.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 152 137 21 0 0.10 0.86 0.40 53.13 0.76 0.34
Hex 98 89 15 0 A 56 28 35 4C 22
Octal 230 211 25 0 12 126 50 65 114 42
Binary 10011000 10001001 10101 0 1010 1010110 101000 110101 1001100 100010

Color Harmonies of #988915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988915

Black with #988915

Text Example


Text Example

White with #988915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988915; }

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

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

background-color css

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

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

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

border-color css

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

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

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