Html Css Color HEX #9B800B Hacienda

📋 copy color: '#9B800B'

red 155 ◦ green 128 ◦ blue 11

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

Shades of Hacienda #9B800B

Tints of Hacienda #9B800B

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 value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B800B (or 0x9B800B) is known color: 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

RGB 155 128 11 -
CMYK 0 0.17 0.93 0.39
HSL 48.75º 0.87% 0.33% -
HSV(B) 48.75º 0.93% 0.61% -
XYZ 21.3 22.43 3.52 -
YUV 122.74 64.95 151.01 -
System Red Green Blue C M Y K H S L
Decimal 155 128 11 0 0.17 0.93 0.39 48.75 0.87 0.33
Hex 9B 80 B 0 11 5D 27 31 57 21
Octal 233 200 13 0 21 135 47 61 127 41
Binary 10011011 10000000 1011 0 10001 1011101 100111 110001 1010111 100001

Color Harmonies of #9B800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B800B

Black with #9B800B

Text Example


Text Example

White with #9B800B

Text Example


Text Example

HTML Codes & Css Web 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>