#988007

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

Shades of Hacienda #988007

Tints of Hacienda #988007

Color information

#988007 (or 0x988007) is unknown color: approx Hacienda. HEX triplet: 98, 80 and 07. RGB value is (152,128,7). Sum of RGB (Red+Green+Blue) = 152+128+7=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #988007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988007 is #677FF8. Grayscale: #797979. Windows color (decimal): -6782969 or 491672. OLE color: 491672.

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

Color convert

RGB1521287-
CMYK00.160.950.40
HSL50.07º91.19%31.18%-
HSV(B)50.07º95.39%59.61%-
XYZ20.7122.133.38-
YUV121.3863.45149.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 7 (3.12% from 255) = 2.44%
R=52.96%
G=44.60%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152128700.160.950.4050.0791.1931.18
Hex988070105F28325b1f
Octal2302007020137506213337
Binary10011000100000001110100001011111101000110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988007; }

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

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

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

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

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

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

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

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