Html Css Color HEX #9B8A0D Hacienda

📋 copy color: '#9B8A0D'

red 155 ◦ green 138 ◦ blue 13

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

Shades of Hacienda #9B8A0D

Tints of Hacienda #9B8A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.1%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 50.65%
G = 45.1%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B8A0D (or 0x9B8A0D) is known color: Hacienda. HEX triplet: 9B, 8A and 0D. RGB value is (155,138,13). Sum of RGB (Red+Green+Blue) = 155+138+13=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8A0D is #6475F2. Grayscale: #818181. Windows color (decimal): -6583795 or 887451. OLE color: 887451.

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

Color convert

RGB 155 138 13 -
CMYK 0 0.11 0.92 0.39
HSL 52.82º 0.85% 0.33% -
HSV(B) 52.82º 0.92% 0.61% -
XYZ 22.68 25.17 4.04 -
YUV 128.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 155 138 13 0 0.11 0.92 0.39 52.82 0.85 0.33
Hex 9B 8A D 0 B 5C 27 35 55 21
Octal 233 212 15 0 13 134 47 65 125 41
Binary 10011011 10001010 1101 0 1011 1011100 100111 110101 1010101 100001

Color Harmonies of #9B8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A0D

Black with #9B8A0D

Text Example


Text Example

White with #9B8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,138,13); }

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

background-color css

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

 a { background-color: rgb(155,138,13); }

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

border-color css

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

 span { border-color: rgb(155,138,13); }

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