Html Css Color HEX #998B14 Hacienda

📋 copy color: '#998B14'

red 153 ◦ green 139 ◦ blue 20

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

Shades of Hacienda #998B14

Tints of Hacienda #998B14

RGB

 RED value IS 153 (60.16% from 255) = 49.04%

 GREEN value IS 139 (54.69% from 255) = 44.55%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 49.04%
G = 44.55%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#998B14 (or 0x998B14) is known color: Hacienda. HEX triplet: 99, 8B and 14. RGB value is (153,139,20). Sum of RGB (Red+Green+Blue) = 153+139+20=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #998B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998B14 is #6674EB. Grayscale: #828282. Windows color (decimal): -6714604 or 1346457. OLE color: 1346457.

HSL color Cylindrical-coordinate representation of color #998B14: hue angle of 53.68º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #998B14 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 139 20 -
CMYK 0 0.09 0.87 0.4
HSL 53.68º 0.77% 0.34% -
HSV(B) 53.68º 0.87% 0.6% -
XYZ 22.5 25.29 4.36 -
YUV 129.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 153 139 20 0 0.09 0.87 0.4 53.68 0.77 0.34
Hex 99 8B 14 0 9 57 28 36 4D 22
Octal 231 213 24 0 11 127 50 66 115 42
Binary 10011001 10001011 10100 0 1001 1010111 101000 110110 1001101 100010

Color Harmonies of #998B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998B14

Black with #998B14

Text Example


Text Example

White with #998B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998B14; }

 p { color: rgb(153,139,20); }

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

background-color css

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

 a { background-color: rgb(153,139,20); }

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

border-color css

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

 span { border-color: rgb(153,139,20); }

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