Html Css Color HEX #988812 Hacienda

📋 copy color: '#988812'

red 152 ◦ green 136 ◦ blue 18

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

Shades of Hacienda #988812

Tints of Hacienda #988812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 49.67%
G = 44.44%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#988812 (or 0x988812) is known color: Hacienda. HEX triplet: 98, 88 and 12. RGB value is (152,136,18). Sum of RGB (Red+Green+Blue) = 152+136+18=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #988812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988812 is #6777ED. Grayscale: #7F7F7F. Windows color (decimal): -6780910 or 1214616. OLE color: 1214616.

HSL color Cylindrical-coordinate representation of color #988812: hue angle of 52.84º 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 #988812 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 18 -
CMYK 0 0.11 0.88 0.40
HSL 52.84º 0.79% 0.33% -
HSV(B) 52.84º 0.88% 0.6% -
XYZ 21.86 24.33 4.12 -
YUV 127.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 152 136 18 0 0.11 0.88 0.40 52.84 0.79 0.33
Hex 98 88 12 0 B 58 28 35 4F 21
Octal 230 210 22 0 13 130 50 65 117 41
Binary 10011000 10001000 10010 0 1011 1011000 101000 110101 1001111 100001

Color Harmonies of #988812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988812

Black with #988812

Text Example


Text Example

White with #988812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988812; }

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

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

background-color css

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

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

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

border-color css

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

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

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