Html Css Color HEX #9B8A15 Hacienda

📋 copy color: '#9B8A15'

red 155 ◦ green 138 ◦ blue 21

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

Shades of Hacienda #9B8A15

Tints of Hacienda #9B8A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 49.36%
G = 43.95%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B8A15 (or 0x9B8A15) is known color: Hacienda. HEX triplet: 9B, 8A and 15. RGB value is (155,138,21). Sum of RGB (Red+Green+Blue) = 155+138+21=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8A15 is #6475EA. Grayscale: #828282. Windows color (decimal): -6583787 or 1411739. OLE color: 1411739.

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

Color convert

RGB 155 138 21 -
CMYK 0 0.11 0.86 0.39
HSL 52.39º 0.76% 0.35% -
HSV(B) 52.39º 0.86% 0.61% -
XYZ 22.74 25.2 4.37 -
YUV 129.75 66.63 146.01 -
System Red Green Blue C M Y K H S L
Decimal 155 138 21 0 0.11 0.86 0.39 52.39 0.76 0.35
Hex 9B 8A 15 0 B 56 27 34 4C 23
Octal 233 212 25 0 13 126 47 64 114 43
Binary 10011011 10001010 10101 0 1011 1010110 100111 110100 1001100 100011

Color Harmonies of #9B8A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A15

Black with #9B8A15

Text Example


Text Example

White with #9B8A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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