Html Css Color HEX #997B18 Hacienda

📋 copy color: '#997B18'

red 153 ◦ green 123 ◦ blue 24

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

Shades of Hacienda #997B18

Tints of Hacienda #997B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 51%
G = 41%
B = 8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#997B18 (or 0x997B18) is known color: Hacienda. HEX triplet: 99, 7B and 18. RGB value is (153,123,24). Sum of RGB (Red+Green+Blue) = 153+123+24=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997B18 is #6684E7. Grayscale: #797979. Windows color (decimal): -6718696 or 1604505. OLE color: 1604505.

HSL color Cylindrical-coordinate representation of color #997B18: hue angle of 46.05º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997B18 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 123 24 -
CMYK 0 0.20 0.84 0.4
HSL 46.05º 0.73% 0.35% -
HSV(B) 46.05º 0.84% 0.6% -
XYZ 20.38 21 3.84 -
YUV 120.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 153 123 24 0 0.20 0.84 0.4 46.05 0.73 0.35
Hex 99 7B 18 0 14 54 28 2E 49 23
Octal 231 173 30 0 24 124 50 56 111 43
Binary 10011001 1111011 11000 0 10100 1010100 101000 101110 1001001 100011

Color Harmonies of #997B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B18

Black with #997B18

Text Example


Text Example

White with #997B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997B18; }

 p { color: rgb(153,123,24); }

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

background-color css

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

 a { background-color: rgb(153,123,24); }

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

border-color css

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

 span { border-color: rgb(153,123,24); }

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