Html Css Color HEX #9B880A Hacienda

📋 copy color: '#9B880A'

red 155 ◦ green 136 ◦ blue 10

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

Shades of Hacienda #9B880A

Tints of Hacienda #9B880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 51.5%
G = 45.18%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B880A (or 0x9B880A) is known color: Hacienda. HEX triplet: 9B, 88 and 0A. RGB value is (155,136,10). Sum of RGB (Red+Green+Blue) = 155+136+10=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B880A is #6477F5. Grayscale: #7F7F7F. Windows color (decimal): -6584310 or 690331. OLE color: 690331.

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

Color convert

RGB 155 136 10 -
CMYK 0 0.12 0.94 0.39
HSL 52.14º 0.88% 0.32% -
HSV(B) 52.14º 0.94% 0.61% -
XYZ 22.38 24.6 3.86 -
YUV 127.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 155 136 10 0 0.12 0.94 0.39 52.14 0.88 0.32
Hex 9B 88 A 0 C 5E 27 34 58 20
Octal 233 210 12 0 14 136 47 64 130 40
Binary 10011011 10001000 1010 0 1100 1011110 100111 110100 1011000 100000

Color Harmonies of #9B880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B880A

Black with #9B880A

Text Example


Text Example

White with #9B880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,10); }

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

background-color css

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

 a { background-color: rgb(155,136,10); }

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

border-color css

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

 span { border-color: rgb(155,136,10); }

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