Html Css Color HEX #9C8018 Hacienda

📋 copy color: '#9C8018'

red 156 ◦ green 128 ◦ blue 24

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

Shades of Hacienda #9C8018

Tints of Hacienda #9C8018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.56%

 BLUE value IS 24 (9.77% from 255) = 7.79%

R = 50.65%
G = 41.56%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C8018 (or 0x9C8018) is known color: Hacienda. HEX triplet: 9C, 80 and 18. RGB value is (156,128,24). Sum of RGB (Red+Green+Blue) = 156+128+24=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8018 is #637FE7. Grayscale: #7C7C7C. Windows color (decimal): -6520808 or 1605788. OLE color: 1605788.

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

Color convert

RGB 156 128 24 -
CMYK 0 0.18 0.85 0.39
HSL 47.27º 0.73% 0.35% -
HSV(B) 47.27º 0.85% 0.61% -
XYZ 21.59 22.57 4.08 -
YUV 124.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 156 128 24 0 0.18 0.85 0.39 47.27 0.73 0.35
Hex 9C 80 18 0 12 55 27 2F 49 23
Octal 234 200 30 0 22 125 47 57 111 43
Binary 10011100 10000000 11000 0 10010 1010101 100111 101111 1001001 100011

Color Harmonies of #9C8018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8018

Black with #9C8018

Text Example


Text Example

White with #9C8018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,128,24); }

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

background-color css

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

 a { background-color: rgb(156,128,24); }

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

border-color css

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

 span { border-color: rgb(156,128,24); }

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