#998C43

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

Shades of Highball #998C43

Tints of Highball #998C43

Color information

#998C43 (or 0x998C43) is unknown color: approx Highball. HEX triplet: 99, 8C and 43. RGB value is (153,140,67). Sum of RGB (Red+Green+Blue) = 153+140+67=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #998C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C43 is #6673BC. Grayscale: #878787. Windows color (decimal): -6714301 or 4426905. OLE color: 4426905.

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

Color convert

RGB15314067-
CMYK00.080.560.4
HSL50.93º39.09%43.14%-
HSV(B)50.93º56.21%60%-
XYZ23.5325.939.08-
YUV135.5689.31140.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 67 (26.56% from 255) = 18.61%
R=42.5%
G=38.89%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531406700.080.560.450.9339.0943.14
Hex998C4308382833272b
Octal2312141030107050634753
Binary1001100110001100100001101000111000101000110011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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