#998A4B

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

Shades of Highball #998A4B

Tints of Highball #998A4B

Color information

#998A4B (or 0x998A4B) is unknown color: approx Highball. HEX triplet: 99, 8A and 4B. RGB value is (153,138,75). Sum of RGB (Red+Green+Blue) = 153+138+75=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A4B is #6675B4. Grayscale: #878787. Windows color (decimal): -6714805 or 4950681. OLE color: 4950681.

HSL color Cylindrical-coordinate representation of color #998A4B: hue angle of 48.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #998A4B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB15313875-
CMYK00.100.510.4
HSL48.46º34.21%44.71%-
HSV(B)48.46º50.98%60%-
XYZ23.525.4610.33-
YUV135.393.97140.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=41.80%
G=37.70%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531387500.100.510.448.4634.2144.71
Hex998A4B0A332830222d
Octal2312121130126350604255
Binary1001100110001010100101101010110011101000110000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998A4B; }

 p { color: rgb(153,138,75); }

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

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

 a { background-color: rgb(153,138,75); }

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

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

 span { border-color: rgb(153,138,75); }

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