Html Css Color HEX #9B8914 Hacienda

📋 copy color: '#9B8914'

red 155 ◦ green 137 ◦ blue 20

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

Shades of Hacienda #9B8914

Tints of Hacienda #9B8914

RGB

 RED value IS 155 (60.94% from 255) = 49.68%

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

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 49.68%
G = 43.91%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B8914 (or 0x9B8914) is known color: Hacienda. HEX triplet: 9B, 89 and 14. RGB value is (155,137,20). Sum of RGB (Red+Green+Blue) = 155+137+20=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8914 is #6476EB. Grayscale: #818181. Windows color (decimal): -6584044 or 1345947. OLE color: 1345947.

HSL color Cylindrical-coordinate representation of color #9B8914: hue angle of 52º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B8914 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 20 -
CMYK 0 0.12 0.87 0.39
HSL 52º 0.77% 0.34% -
HSV(B) 52º 0.87% 0.61% -
XYZ 22.59 24.91 4.28 -
YUV 129.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 155 137 20 0 0.12 0.87 0.39 52 0.77 0.34
Hex 9B 89 14 0 C 57 27 34 4D 22
Octal 233 211 24 0 14 127 47 64 115 42
Binary 10011011 10001001 10100 0 1100 1010111 100111 110100 1001101 100010

Color Harmonies of #9B8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8914

Black with #9B8914

Text Example


Text Example

White with #9B8914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,20); }

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

background-color css

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

 a { background-color: rgb(155,137,20); }

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

border-color css

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

 span { border-color: rgb(155,137,20); }

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