Html Css Color HEX #988A12 Hacienda

📋 copy color: '#988A12'

red 152 ◦ green 138 ◦ blue 18

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

Shades of Hacienda #988A12

Tints of Hacienda #988A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

 BLUE value IS 18 (7.42% from 255) = 5.84%

R = 49.35%
G = 44.81%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#988A12 (or 0x988A12) is known color: Hacienda. HEX triplet: 98, 8A and 12. RGB value is (152,138,18). Sum of RGB (Red+Green+Blue) = 152+138+18=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #988A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A12 is #6775ED. Grayscale: #818181. Windows color (decimal): -6780398 or 1215128. OLE color: 1215128.

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

Color convert

RGB 152 138 18 -
CMYK 0 0.09 0.88 0.40
HSL 53.73º 0.79% 0.33% -
HSV(B) 53.73º 0.88% 0.6% -
XYZ 22.15 24.9 4.21 -
YUV 128.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 152 138 18 0 0.09 0.88 0.40 53.73 0.79 0.33
Hex 98 8A 12 0 9 58 28 36 4F 21
Octal 230 212 22 0 11 130 50 66 117 41
Binary 10011000 10001010 10010 0 1001 1011000 101000 110110 1001111 100001

Color Harmonies of #988A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A12

Black with #988A12

Text Example


Text Example

White with #988A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,138,18); }

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

background-color css

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

 a { background-color: rgb(152,138,18); }

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

border-color css

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

 span { border-color: rgb(152,138,18); }

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