Html Css Color HEX #997E18 Hacienda

📋 copy color: '#997E18'

red 153 ◦ green 126 ◦ blue 24

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

Shades of Hacienda #997E18

Tints of Hacienda #997E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.58%

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

R = 50.5%
G = 41.58%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#997E18 (or 0x997E18) is known color: Hacienda. HEX triplet: 99, 7E and 18. RGB value is (153,126,24). Sum of RGB (Red+Green+Blue) = 153+126+24=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997E18 is #6681E7. Grayscale: #7A7A7A. Windows color (decimal): -6717928 or 1605273. OLE color: 1605273.

HSL color Cylindrical-coordinate representation of color #997E18: hue angle of 47.44º 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 #997E18 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 24 -
CMYK 0 0.18 0.84 0.4
HSL 47.44º 0.73% 0.35% -
HSV(B) 47.44º 0.84% 0.6% -
XYZ 20.76 21.76 3.97 -
YUV 122.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 153 126 24 0 0.18 0.84 0.4 47.44 0.73 0.35
Hex 99 7E 18 0 12 54 28 2F 49 23
Octal 231 176 30 0 22 124 50 57 111 43
Binary 10011001 1111110 11000 0 10010 1010100 101000 101111 1001001 100011

Color Harmonies of #997E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E18

Black with #997E18

Text Example


Text Example

White with #997E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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