#9B800B

Color #9B800B Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9B800B

Tints of Hacienda #9B800B

Color information

#9B800B (or 0x9B800B) is unknown color: approx Hacienda. HEX triplet: 9B, 80 and 0B. RGB value is (155,128,11). Sum of RGB (Red+Green+Blue) = 155+128+11=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B800B is #647FF4. Grayscale: #7B7B7B. Windows color (decimal): -6586357 or 753819. OLE color: 753819.

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

Color convert

RGB15512811-
CMYK00.170.930.39
HSL48.75º86.75%32.55%-
HSV(B)48.75º92.9%60.78%-
XYZ21.322.433.52-
YUV122.7464.95151.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.72%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 11 (4.69% from 255) = 3.74%
R=52.72%
G=43.54%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551281100.170.930.3948.7586.7532.55
Hex9B80B0115D27315721
Octal23320013021135476112741
Binary1001101110000000101101000110111011001111100011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,11); }

 H1.HeaderClassName
 {
   color: #9B800B;
 }
 .AnyTagClassName
 {
   color: #9B800B;
 }
</style>
background-color css

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

 a { background-color: rgb(155,128,11); }

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

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

 span { border-color: rgb(155,128,11); }

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