#999F3A

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

Shades of Highball #999F3A

Tints of Highball #999F3A

Color information

#999F3A (or 0x999F3A) is unknown color: approx Highball. HEX triplet: 99, 9F and 3A. RGB value is (153,159,58). Sum of RGB (Red+Green+Blue) = 153+159+58=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #999F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F3A is #6660C5. Grayscale: #929292. Windows color (decimal): -6709446 or 3841945. OLE color: 3841945.

HSL color Cylindrical-coordinate representation of color #999F3A: hue angle of 63.56º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #999F3A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB15315958-
CMYK0.0400.640.38
HSL63.56º46.54%42.55%-
HSV(B)63.56º63.52%62.35%-
XYZ26.331.878.77-
YUV145.6978.51133.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 159 (62.5% from 255) = 42.97%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=41.35%
G=42.97%
B=15.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153159580.0400.640.3863.5646.5442.55
Hex999F3A404026402f2b
Octal2312377240100461005753
Binary1001100110011111111010100010000001001101000000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999F3A; }

 p { color: rgb(153,159,58); }

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

<style>
 a { background-color: #999F3A; }

 a { background-color: rgb(153,159,58); }

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

<style>
 span { border-color: #999F3A; }

 span { border-color: rgb(153,159,58); }

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