Html Css Color HEX #9B8918 Hacienda

📋 copy color: '#9B8918'

red 155 ◦ green 137 ◦ blue 24

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

Shades of Hacienda #9B8918

Tints of Hacienda #9B8918

RGB

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

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

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

R = 49.05%
G = 43.35%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B8918 (or 0x9B8918) is known color: Hacienda. HEX triplet: 9B, 89 and 18. RGB value is (155,137,24). Sum of RGB (Red+Green+Blue) = 155+137+24=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8918 is #6476E7. Grayscale: #818181. Windows color (decimal): -6584040 or 1608091. OLE color: 1608091.

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

Color convert

RGB 155 137 24 -
CMYK 0 0.12 0.85 0.39
HSL 51.76º 0.73% 0.35% -
HSV(B) 51.76º 0.85% 0.61% -
XYZ 22.63 24.93 4.48 -
YUV 129.5 68.46 146.19 -
System Red Green Blue C M Y K H S L
Decimal 155 137 24 0 0.12 0.85 0.39 51.76 0.73 0.35
Hex 9B 89 18 0 C 55 27 34 49 23
Octal 233 211 30 0 14 125 47 64 111 43
Binary 10011011 10001001 11000 0 1100 1010101 100111 110100 1001001 100011

Color Harmonies of #9B8918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8918

Black with #9B8918

Text Example


Text Example

White with #9B8918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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