Html Css Color HEX #9C870A Hacienda

📋 copy color: '#9C870A'

red 156 ◦ green 135 ◦ blue 10

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

Shades of Hacienda #9C870A

Tints of Hacienda #9C870A

RGB

 RED value IS 156 (61.33% from 255) = 51.83%

 GREEN value IS 135 (53.13% from 255) = 44.85%

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

R = 51.83%
G = 44.85%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C870A (or 0x9C870A) is known color: Hacienda. HEX triplet: 9C, 87 and 0A. RGB value is (156,135,10). Sum of RGB (Red+Green+Blue) = 156+135+10=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C870A is #6378F5. Grayscale: #7F7F7F. Windows color (decimal): -6519030 or 690076. OLE color: 690076.

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

Color convert

RGB 156 135 10 -
CMYK 0 0.13 0.94 0.39
HSL 51.37º 0.88% 0.33% -
HSV(B) 51.37º 0.94% 0.61% -
XYZ 22.43 24.42 3.82 -
YUV 127.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 156 135 10 0 0.13 0.94 0.39 51.37 0.88 0.33
Hex 9C 87 A 0 D 5E 27 33 58 21
Octal 234 207 12 0 15 136 47 63 130 41
Binary 10011100 10000111 1010 0 1101 1011110 100111 110011 1011000 100001

Color Harmonies of #9C870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C870A

Black with #9C870A

Text Example


Text Example

White with #9C870A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,135,10); }

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

background-color css

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

 a { background-color: rgb(156,135,10); }

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

border-color css

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

 span { border-color: rgb(156,135,10); }

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