#998E34

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

Shades of Highball #998E34

Tints of Highball #998E34

Color information

#998E34 (or 0x998E34) is unknown color: approx Highball. HEX triplet: 99, 8E and 34. RGB value is (153,142,52). Sum of RGB (Red+Green+Blue) = 153+142+52=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #998E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E34 is #6671CB. Grayscale: #878787. Windows color (decimal): -6713804 or 3444377. OLE color: 3444377.

HSL color Cylindrical-coordinate representation of color #998E34: hue angle of 53.47º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #998E34 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB15314252-
CMYK00.070.660.4
HSL53.47º49.27%40.2%-
HSV(B)53.47º66.01%60%-
XYZ23.4326.377.1-
YUV135.0381.14140.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=44.09%
G=40.92%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531425200.070.660.453.4749.2740.2
Hex998E34074228353128
Octal231216640710250656150
Binary100110011000111011010001111000010101000110101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,142,52); }

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

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

 a { background-color: rgb(153,142,52); }

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

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

 span { border-color: rgb(153,142,52); }

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