Html Css Color HEX #997B25 Hacienda

📋 copy color: '#997B25'

red 153 ◦ green 123 ◦ blue 37

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

Shades of Hacienda #997B25

Tints of Hacienda #997B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.82%

R = 48.88%
G = 39.3%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#997B25 (or 0x997B25) is known color: Hacienda. HEX triplet: 99, 7B and 25. RGB value is (153,123,37). Sum of RGB (Red+Green+Blue) = 153+123+37=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #997B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B25 is #6684DA. Grayscale: #7A7A7A. Windows color (decimal): -6718683 or 2456473. OLE color: 2456473.

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

Color convert

RGB 153 123 37 -
CMYK 0 0.20 0.76 0.4
HSL 44.48º 0.61% 0.37% -
HSV(B) 44.48º 0.76% 0.6% -
XYZ 20.55 21.07 4.73 -
YUV 122.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 153 123 37 0 0.20 0.76 0.4 44.48 0.61 0.37
Hex 99 7B 25 0 14 4C 28 2C 3D 25
Octal 231 173 45 0 24 114 50 54 75 45
Binary 10011001 1111011 100101 0 10100 1001100 101000 101100 111101 100101

Color Harmonies of #997B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B25

Black with #997B25

Text Example


Text Example

White with #997B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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