Html Css Color HEX #9F8921 Hacienda

📋 copy color: '#9F8921'

red 159 ◦ green 137 ◦ blue 33

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

Shades of Hacienda #9F8921

Tints of Hacienda #9F8921

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 48.33%
G = 41.64%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F8921 (or 0x9F8921) is known color: Hacienda. HEX triplet: 9F, 89 and 21. RGB value is (159,137,33). Sum of RGB (Red+Green+Blue) = 159+137+33=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8921 is #6076DE. Grayscale: #848484. Windows color (decimal): -6321887 or 2197919. OLE color: 2197919.

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

Color convert

RGB 159 137 33 -
CMYK 0 0.14 0.79 0.38
HSL 49.52º 0.66% 0.38% -
HSV(B) 49.52º 0.79% 0.62% -
XYZ 23.52 25.37 5.1 -
YUV 131.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 159 137 33 0 0.14 0.79 0.38 49.52 0.66 0.38
Hex 9F 89 21 0 E 4F 26 32 42 26
Octal 237 211 41 0 16 117 46 62 102 46
Binary 10011111 10001001 100001 0 1110 1001111 100110 110010 1000010 100110

Color Harmonies of #9F8921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8921

Black with #9F8921

Text Example


Text Example

White with #9F8921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,137,33); }

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

background-color css

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

 a { background-color: rgb(159,137,33); }

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

border-color css

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

 span { border-color: rgb(159,137,33); }

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