Html Css Color HEX #9F8825 Hacienda

📋 copy color: '#9F8825'

red 159 ◦ green 136 ◦ blue 37

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

Shades of Hacienda #9F8825

Tints of Hacienda #9F8825

RGB

 RED value IS 159 (62.5% from 255) = 47.89%

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

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

R = 47.89%
G = 40.96%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F8825 (or 0x9F8825) is known color: Hacienda. HEX triplet: 9F, 88 and 25. RGB value is (159,136,37). Sum of RGB (Red+Green+Blue) = 159+136+37=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8825 is #6077DA. Grayscale: #848484. Windows color (decimal): -6322139 or 2459807. OLE color: 2459807.

HSL color Cylindrical-coordinate representation of color #9F8825: hue angle of 48.69º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F8825 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 136 37 -
CMYK 0 0.14 0.77 0.38
HSL 48.69º 0.62% 0.38% -
HSV(B) 48.69º 0.77% 0.62% -
XYZ 23.44 25.11 5.36 -
YUV 131.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 159 136 37 0 0.14 0.77 0.38 48.69 0.62 0.38
Hex 9F 88 25 0 E 4D 26 31 3E 26
Octal 237 210 45 0 16 115 46 61 76 46
Binary 10011111 10001000 100101 0 1110 1001101 100110 110001 111110 100110

Color Harmonies of #9F8825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8825

Black with #9F8825

Text Example


Text Example

White with #9F8825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8825; }

 p { color: rgb(159,136,37); }

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

background-color css

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

 a { background-color: rgb(159,136,37); }

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

border-color css

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

 span { border-color: rgb(159,136,37); }

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