#998B34

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

Shades of Highball #998B34

Tints of Highball #998B34

Color information

#998B34 (or 0x998B34) is unknown color: approx Highball. HEX triplet: 99, 8B and 34. RGB value is (153,139,52). Sum of RGB (Red+Green+Blue) = 153+139+52=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #998B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B34 is #6674CB. Grayscale: #858585. Windows color (decimal): -6714572 or 3443609. OLE color: 3443609.

HSL color Cylindrical-coordinate representation of color #998B34: hue angle of 51.68º 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 #998B34 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB15313952-
CMYK00.090.660.4
HSL51.68º49.27%40.2%-
HSV(B)51.68º66.01%60%-
XYZ22.9925.496.96-
YUV133.2782.14142.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 52 (20.70% from 255) = 15.12%
R=44.48%
G=40.41%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531395200.090.660.451.6849.2740.2
Hex998B34094228343128
Octal2312136401110250646150
Binary1001100110001011110100010011000010101000110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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