#998C38

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

Shades of Highball #998C38

Tints of Highball #998C38

Color information

#998C38 (or 0x998C38) is unknown color: approx Highball. HEX triplet: 99, 8C and 38. RGB value is (153,140,56). Sum of RGB (Red+Green+Blue) = 153+140+56=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #998C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C38 is #6673C7. Grayscale: #868686. Windows color (decimal): -6714312 or 3706009. OLE color: 3706009.

HSL color Cylindrical-coordinate representation of color #998C38: hue angle of 51.96º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #998C38 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB15314056-
CMYK00.080.630.4
HSL51.96º46.41%40.98%-
HSV(B)51.96º63.4%60%-
XYZ23.2325.817.5-
YUV134.3183.81141.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=43.84%
G=40.11%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531405600.080.630.451.9646.4140.98
Hex998C38083F28342e29
Octal231214700107750645651
Binary100110011000110011100001000111111101000110100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,56); }

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

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

 a { background-color: rgb(153,140,56); }

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

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

 span { border-color: rgb(153,140,56); }

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