#98850A

Color #98850A Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #98850A

Tints of Hacienda #98850A

Color information

#98850A (or 0x98850A) is unknown color: approx Hacienda. HEX triplet: 98, 85 and 0A. RGB value is (152,133,10). Sum of RGB (Red+Green+Blue) = 152+133+10=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98850A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98850A is #677AF5. Grayscale: #7D7D7D. Windows color (decimal): -6781686 or 689560. OLE color: 689560.

HSL color Cylindrical-coordinate representation of color #98850A: hue angle of 51.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98850A is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB15213310-
CMYK00.130.930.40
HSL51.97º87.65%31.76%-
HSV(B)51.97º93.42%59.61%-
XYZ21.3923.473.69-
YUV124.6663.29147.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=51.53%
G=45.08%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521331000.130.930.4051.9787.6531.76
Hex9885A0D5D28345820
Octal23020512015135506413040
Binary100110001000010110100110110111011010001101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98850A; }

 p { color: rgb(152,133,10); }

 H1.HeaderClassName
 {
   color: #98850A;
 }
 .AnyTagClassName
 {
   color: #98850A;
 }
</style>
background-color css

<style>
 a { background-color: #98850A; }

 a { background-color: rgb(152,133,10); }

 div.DivClassName
 {
   background-color: #98850A;
 }
 .BgClassName
 {
   background-color: #98850A;
 }
</style>
border-color css

<style>
 span { border-color: #98850A; }

 span { border-color: rgb(152,133,10); }

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