#988023

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

Shades of Hacienda #988023

Tints of Hacienda #988023

Color information

#988023 (or 0x988023) is unknown color: approx Hacienda. HEX triplet: 98, 80 and 23. RGB value is (152,128,35). Sum of RGB (Red+Green+Blue) = 152+128+35=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #988023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988023 is #677FDC. Grayscale: #7C7C7C. Windows color (decimal): -6782941 or 2326680. OLE color: 2326680.

HSL color Cylindrical-coordinate representation of color #988023: hue angle of 47.69º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #988023 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB15212835-
CMYK00.160.770.40
HSL47.69º62.57%36.67%-
HSV(B)47.69º76.97%59.61%-
XYZ20.9722.244.78-
YUV124.5777.45147.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 35 (14.06% from 255) = 11.11%
R=48.25%
G=40.63%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521283500.160.770.4047.6962.5736.67
Hex9880230104D28303f25
Octal2302004302011550607745
Binary10011000100000001000110100001001101101000110000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988023; }

 p { color: rgb(152,128,35); }

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

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

 a { background-color: rgb(152,128,35); }

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

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

 span { border-color: rgb(152,128,35); }

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