Html Css Color HEX #988C10 Hacienda

📋 copy color: '#988C10'

red 152 ◦ green 140 ◦ blue 16

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

Shades of Hacienda #988C10

Tints of Hacienda #988C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.45%

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 49.35%
G = 45.45%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988C10 (or 0x988C10) is known color: Hacienda. HEX triplet: 98, 8C and 10. RGB value is (152,140,16). Sum of RGB (Red+Green+Blue) = 152+140+16=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C10 is #6773EF. Grayscale: #818181. Windows color (decimal): -6779888 or 1084568. OLE color: 1084568.

HSL color Cylindrical-coordinate representation of color #988C10: hue angle of 54.71º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988C10 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 16 -
CMYK 0 0.08 0.89 0.40
HSL 54.71º 0.81% 0.33% -
HSV(B) 54.71º 0.89% 0.6% -
XYZ 22.42 25.47 4.22 -
YUV 129.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 152 140 16 0 0.08 0.89 0.40 54.71 0.81 0.33
Hex 98 8C 10 0 8 59 28 37 51 21
Octal 230 214 20 0 10 131 50 67 121 41
Binary 10011000 10001100 10000 0 1000 1011001 101000 110111 1010001 100001

Color Harmonies of #988C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C10

Black with #988C10

Text Example


Text Example

White with #988C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C10; }

 p { color: rgb(152,140,16); }

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

background-color css

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

 a { background-color: rgb(152,140,16); }

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

border-color css

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

 span { border-color: rgb(152,140,16); }

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