Html Css Color HEX #9A8C15 Hacienda

📋 copy color: '#9A8C15'

red 154 ◦ green 140 ◦ blue 21

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

Shades of Hacienda #9A8C15

Tints of Hacienda #9A8C15

RGB

 RED value IS 154 (60.55% from 255) = 48.89%

 GREEN value IS 140 (55.08% from 255) = 44.44%

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

R = 48.89%
G = 44.44%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A8C15 (or 0x9A8C15) is known color: Hacienda. HEX triplet: 9A, 8C and 15. RGB value is (154,140,21). Sum of RGB (Red+Green+Blue) = 154+140+21=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8C15 is #6573EA. Grayscale: #838383. Windows color (decimal): -6648811 or 1412250. OLE color: 1412250.

HSL color Cylindrical-coordinate representation of color #9A8C15: hue angle of 53.68º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A8C15 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 140 21 -
CMYK 0 0.09 0.86 0.40
HSL 53.68º 0.76% 0.34% -
HSV(B) 53.68º 0.86% 0.6% -
XYZ 22.84 25.68 4.46 -
YUV 130.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 154 140 21 0 0.09 0.86 0.40 53.68 0.76 0.34
Hex 9A 8C 15 0 9 56 28 36 4C 22
Octal 232 214 25 0 11 126 50 66 114 42
Binary 10011010 10001100 10101 0 1001 1010110 101000 110110 1001100 100010

Color Harmonies of #9A8C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8C15

Black with #9A8C15

Text Example


Text Example

White with #9A8C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,140,21); }

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

background-color css

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

 a { background-color: rgb(154,140,21); }

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

border-color css

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

 span { border-color: rgb(154,140,21); }

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