Html Css Color HEX #9B8129 Hacienda

📋 copy color: '#9B8129'

red 155 ◦ green 129 ◦ blue 41

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

Shades of Hacienda #9B8129

Tints of Hacienda #9B8129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 47.69%
G = 39.69%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B8129 (or 0x9B8129) is known color: Hacienda. HEX triplet: 9B, 81 and 29. RGB value is (155,129,41). Sum of RGB (Red+Green+Blue) = 155+129+41=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8129 is #647ED6. Grayscale: #7F7F7F. Windows color (decimal): -6586071 or 2720155. OLE color: 2720155.

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

Color convert

RGB 155 129 41 -
CMYK 0 0.17 0.74 0.39
HSL 46.32º 0.58% 0.38% -
HSV(B) 46.32º 0.74% 0.61% -
XYZ 21.77 22.83 5.36 -
YUV 126.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 155 129 41 0 0.17 0.74 0.39 46.32 0.58 0.38
Hex 9B 81 29 0 11 4A 27 2E 3A 26
Octal 233 201 51 0 21 112 47 56 72 46
Binary 10011011 10000001 101001 0 10001 1001010 100111 101110 111010 100110

Color Harmonies of #9B8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8129

Black with #9B8129

Text Example


Text Example

White with #9B8129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,129,41); }

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

background-color css

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

 a { background-color: rgb(155,129,41); }

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

border-color css

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

 span { border-color: rgb(155,129,41); }

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